Nios® V Processor Software Developer Handbook

ID 743810
Date 4/01/2024
Public
Document Table of Contents

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