GNU Make

From DiLab
Revision as of 01:54, 7 November 2011 by Leo (talk | contribs) (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...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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