projects
/
assignment-template.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8b6f5a0
)
Makefile: Document first-rule-target as the default
author
W. Trevor King
<wking@tremily.us>
Mon, 21 Jan 2013 14:53:24 +0000
(09:53 -0500)
committer
W. Trevor King
<wking@tremily.us>
Mon, 21 Jan 2013 14:53:24 +0000
(09:53 -0500)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index de78857f4eb00e452b0f1c4565687db937febd85..1eb8d25c2d3de70ffb2fce14a1688acf8c04a0d6 100644
(file)
--- 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