From 1e83ceb4af4f1a229f79a64d7f3c86577ed36752 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Fri, 5 Oct 2012 10:40:01 -0700 Subject: [PATCH] README: mention goodbye_world as a compiled target. --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.26.2