From 8bbacdc3316a54b5ef5805701098eb8e81d17986 Mon Sep 17 00:00:00 2001 From: pommicket Date: Sat, 13 Nov 2021 17:24:45 -0500 Subject: corrections in 03 compiler, better hello world program! --- 03/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '03/Makefile') diff --git a/03/Makefile b/03/Makefile index dd06acd..3d71765 100644 --- a/03/Makefile +++ b/03/Makefile @@ -1,4 +1,4 @@ -all: out02 +all: out02 out03 out02: in02 ../02/out01 ../02/out01 out03: out02 in03 -- cgit v1.2.3