Nios® V Processor Software Developer Handbook

ID 743810
Date 5/26/2023
Public

A newer version of this document is available. Customers should click here to go to the newest version.

Document Table of Contents

13.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