Changes

Jump to: navigation, search

Make and Makefiles

99 bytes added, 17:05, 13 January 2017
no edit summary
On a large programming project, a binary may be comprised of hundreds or even thousands of source files, and compiling all of those files may take hours. If a software developer edits just one file, it's a waste of time to rebuild everything, so ''make'' can save a lot of time -- especially when the software is rebuilt many thousand times.
 
== Examples ==
 
* [http://matrix.senecacollege.ca/osd600/makefile-examples.tgz|Makefile examples]

Navigation menu