Makefile: Difference between revisions

From XPUB & Lens-Based wiki
(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...")
 
Line 5: Line 5:


==Links==
==Links==
[https://www.gnu.org/software/make/ GNU Make]

Revision as of 15: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.

Links

GNU Make