From ed6c3c45f466d2a643841124572d0d16dab8fd10 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Mon, 21 Jan 2013 09:53:24 -0500 Subject: [PATCH] Makefile: Document first-rule-target as the default --- Makefile | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.26.2