Difference between revisions of "GNU Make"

From DiLab
Jump to: navigation, search
(New page: [http://www.gnu.org/s/make/ 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...)
 
(No difference)

Latest revision as of 01:54, 7 November 2011

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