From: W. Trevor King Date: Thu, 7 Feb 2013 22:07:49 +0000 (-0500) Subject: Makefile: Drop the 'static pattern rule' buzzwords ;) X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=e323e7f036909f518c1b622bd6af5812416dd42f;p=assignment-template.git Makefile: Drop the 'static pattern rule' buzzwords ;) --- diff --git a/Makefile b/Makefile index d0ffbfc..af2d15b 100644 --- a/Makefile +++ b/Makefile @@ -84,9 +84,9 @@ dist: # target: hello_world - compile the hello_world program # Use GCC to link the program from object files. -# For an explanation of the +# For an explanation of the static pattern rule syntax: # targets ...: target-pattern: prereq-patterns ... -# syntax, see +# see # http://www.gnu.org/software/make/manual/html_node/Static-Usage.html # For an explanation of $@, $^, and other special variables, see # http://www.gnu.org/software/make/manual/html_node/Automatic-Variables.html