[[TableOfContents]]

 * make - GNU make utility to maintain groups of programs
The purpose of the make utility is to determine automatically which pieces of a large program need to be recompiled, and issue the commands to recompile them.

[http://wiki.kldp.org/KoreanDoc/html/GNU-Make/GNU-Make.html]
[https://kldp.org/node/133775]
[http://wiki.kldp.org/KoreanDoc/html/gcc_and_make/gcc_and_make-3.html]