From: W. Trevor King Date: Fri, 5 Oct 2012 17:40:01 +0000 (-0700) Subject: README: mention goodbye_world as a compiled target. X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=1e83ceb4af4f1a229f79a64d7f3c86577ed36752;p=assignment-template.git README: mention goodbye_world as a compiled target. --- diff --git a/README b/README index ca5d5cb..9ee091b 100644 --- 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