GNU Make

From DiLab
Jump to: navigation, search

GNU Make enables its user to build and install the software without knowing the details of how that is done.

Useful parameters

You can speed up make by using several CPU cores in parallel. For example, to run make on 4 cores:

make -j 4