Running the makefile

Before you begin

About this task

To run the makefile, use a clearmake command. For example:

clearmake –f makefile

After running the makefile, the clearmake command creates an audit record that indicates that banner.pro depends upon the three files read: banner.cbl, banner.jcl, and banner.led.
Note: When you rerun the makefile, the build runs again only if one or more dependent files have changed. If none of them have changed, the build request is not submitted to the mainframe.

What to do next