See Also
The Create List of Targets page of the Makefile wizard lets you specify the targets
you want to include in the makefile. The wizard does not display this page if you
selected one of the simple makefile templates.
-
Decide what you want the makefile to build.
In make terminology, what you want the makefile to build is called a target.
-
Define each target.
-
Type a name for the target in the Target Name text field.
-
Click the radio button next to what you want the target to build.
-
Press Enter or click Add to add the target to the Makefile Targets list.
- When you have defined all of your targets, click Next.
Copyright © 2015, Oracle and/or its affiliates. All rights reserved.