From fbe3f4e701adcf5ef8707d5b56ec3b179b942e71 Mon Sep 17 00:00:00 2001 From: pommicket Date: Fri, 7 Jan 2022 12:06:33 -0500 Subject: 04 compiler fix (global lookup), start preprocessor --- 04a/Makefile | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to '04a/Makefile') diff --git a/04a/Makefile b/04a/Makefile index f6b9915..610b054 100644 --- a/04a/Makefile +++ b/04a/Makefile @@ -1,8 +1,6 @@ -all: out03 out04a README.html -out03: in03 ../03/out02 - ../03/out02 -out04a: out03 in04a - ./out03 in04a out04a +all: out04 +out04: in04 ../04/out03 + ../04/out03 %.html: %.md ../markdown ../markdown $< clean: -- cgit v1.2.3