Makefile

From XPUB & Lens-Based wiki
Revision as of 15:37, 22 February 2018 by Alice (talk | contribs) (→‎Links)

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