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:
7929caf
)
README: mention goodbye_world as a compiled target.
author
W. Trevor King
<wking@tremily.us>
Fri, 5 Oct 2012 17:40:01 +0000
(10:40 -0700)
committer
W. Trevor King
<wking@tremily.us>
Fri, 5 Oct 2012 17:40:01 +0000
(10:40 -0700)
README
patch
|
blob
|
history
diff --git
a/README
b/README
index ca5d5cbf784077f4042230bb1e8b82ff126b4b75..9ee091b010a0d309708e378e8d87c2032ba9c1ac 100644
(file)
--- a/
README
+++ b/
README
@@
-16,7
+16,7
@@
software more complicated. We record the commands you need to build
the software in the ``Makefile``, which is interpreted by `GNU Make`_
to build the software.
-Compile
program ``hello
_world`` with::
+Compile
the programs ``hello_world`` and ``goodbye
_world`` with::
$ make