Makefile

From XPUB & Lens-Based wiki
Revision as of 15:34, 22 February 2018 by Manetta (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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