Revision history of "Makefile"

Jump to navigation Jump to search

Diff selection: Mark the radio boxes of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

  • curprev 05:16, 14 May 2014Psmay talk contribs 391 bytes +391 Created page with "See also make. ==Boilerplate Makefile== <syntaxhighlight lang=make> BUILD=build MAIN_PRODUCTS = $(BUILD)/product1.dst $(BUILD)/product2.dst default: $(MAIN_PRODUCTS) $..."