A make target is an action called by the make utility to perform a customized build-related task. For example, many makefiles support a target named clean, which is called as make clean. You can call your own target (such as myMakeAction) to be called as make myMakeAction.
You can also use a make target to pass options such as CPULIST=x86, which causes the make utility to build only for x86. These options work only if they are already defined in the makefile.
If you have added your own make targets, you can configure the CDT to call them specifically. For more information, see Defining build settings.
To create a customized make target:
The target option is added under the Build Make Target menu item on the C/C++ Projects view context menu.
You can view the output of the make utility in the C-Build view.
Defining build settings
Building
Make Builder page, C/C++ Properties window