# 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