From: W. Trevor King Date: Mon, 21 Jan 2013 14:53:24 +0000 (-0500) Subject: Makefile: Document first-rule-target as the default X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=ed6c3c45f466d2a643841124572d0d16dab8fd10;p=assignment-template.git Makefile: Document first-rule-target as the default --- diff --git a/Makefile b/Makefile index de78857..1eb8d25 100644 --- a/Makefile +++ b/Makefile @@ -60,6 +60,8 @@ TAR = tar .PHONY: all help clean dist run print- printvars # target: all - the default target +# The target of the first rule is the default goal. See: +# http://www.gnu.org/software/make/manual/html_node/Rules.html all: $(PROGRAMS) # target: help - display callable targets