From e52793324a9f693ec8b5d218d99b7d2577f3f614 Mon Sep 17 00:00:00 2001 From: pommicket Date: Fri, 7 Jan 2022 14:31:52 -0500 Subject: finished preprocessor --- 04a/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to '04a/Makefile') diff --git a/04a/Makefile b/04a/Makefile index 610b054..f88d708 100644 --- a/04a/Makefile +++ b/04a/Makefile @@ -1,6 +1,8 @@ -all: out04 +all: out04 out04a README.html out04: in04 ../04/out03 ../04/out03 +out04a: in04a out04 + ./out04 %.html: %.md ../markdown ../markdown $< clean: -- cgit v1.2.3