Makefile: Difference between revisions
(Created page with "Makefiles are used in compiling processes. makefiles have a version check system built in For example, if you use a makefile to process a set of jpg's, it takes them all. If...") |
(→Links) |
||
Line 5: | Line 5: | ||
==Links== | ==Links== | ||
[https://www.gnu.org/software/make/ GNU Make] |
Revision as of 14:37, 22 February 2018
Makefiles are used in compiling processes.
makefiles have a version check system built in For example, if you use a makefile to process a set of jpg's, it takes them all. If you run the makefile again, it only processes the files that where changed.