summaryrefslogtreecommitdiff
path: root/04a/Makefile
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2022-01-07 14:31:52 -0500
committerpommicket <pommicket@gmail.com>2022-01-07 14:31:52 -0500
commite52793324a9f693ec8b5d218d99b7d2577f3f614 (patch)
treef514a93ccd2c9552d19fa858626232141420122f /04a/Makefile
parentfbe3f4e701adcf5ef8707d5b56ec3b179b942e71 (diff)
finished preprocessor
Diffstat (limited to '04a/Makefile')
-rw-r--r--04a/Makefile4
1 files changed, 3 insertions, 1 deletions
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: