A make target is an action called by the make utility to perform a build-related task. For example, QNX Makefiles support a target named clean, which you invoke as make clean. The IDE lets you set up your own make targets. You can also use a make target to pass options such as CPULIST=x86, which causes the make utility to build only for x86.