Open main menu

CDOT Wiki β

Changes

Make and Makefiles

19 bytes added, 00:57, 17 January 2014
no edit summary
[[Category:SBR600]][[Category:DPI908]][[Category:SPO600]]
''make'' is a specialized scripting language used to build software. Unlike most scripting languages, commands are not executed in linear (start-to-finish) sequence; instead, command sequences are defined in terms of what input they accept and what output they produce, and ''make'' automatically sequences the commands to produce the required output.