summaryrefslogtreecommitdiff
path: root/03/Makefile
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2021-11-13 17:24:45 -0500
committerpommicket <pommicket@gmail.com>2021-11-13 17:24:45 -0500
commit8bbacdc3316a54b5ef5805701098eb8e81d17986 (patch)
tree0ee2ef75141c7ce0b43072e9c277a0f251bb4584 /03/Makefile
parenteb2aadf9bfd14d95e27050bc24c6fb70c10d885e (diff)
corrections in 03 compiler, better hello world program!
Diffstat (limited to '03/Makefile')
-rw-r--r--03/Makefile2
1 files changed, 1 insertions, 1 deletions
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