X-Git-Url: http://git.tremily.us/?p=assignment-template.git;a=blobdiff_plain;f=README;fp=README;h=9ee091b010a0d309708e378e8d87c2032ba9c1ac;hp=ca5d5cbf784077f4042230bb1e8b82ff126b4b75;hb=1e83ceb4af4f1a229f79a64d7f3c86577ed36752;hpb=7929caf62fd25c1d686786a625b467dec28cb4f2 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