A newer version of this document is available. Customers should click here to go to the newest version.
Visible to Intel only — GUID: dyj1653053039415
Ixiasoft
Visible to Intel only — GUID: dyj1653053039415
Ixiasoft
15.2.3.3. make
The make utility automatically determines which pieces of a large program need to be recompiled, and issues commands to recompile them. Make gets its knowledge of how to build your program from a file called the Makefile, which lists each of the non-source files and how to compute it from other files.
Example: make -C software/app/build