summaryrefslogtreecommitdiff
path: root/04b/Makefile
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2021-11-16 11:02:45 -0500
committerpommicket <pommicket@gmail.com>2021-11-16 11:02:45 -0500
commitb48712f9c9d7a380fe6a494db7ec9580f9314558 (patch)
tree3cd680429d8885423eb8439b855a809314a3cf76 /04b/Makefile
parent31c9f4ca2a416d9f1564b3fea0adaa1bf5786c2e (diff)
start 04
Diffstat (limited to '04b/Makefile')
-rw-r--r--04b/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/04b/Makefile b/04b/Makefile
new file mode 100644
index 0000000..e6187d4
--- /dev/null
+++ b/04b/Makefile
@@ -0,0 +1,7 @@
+all: out03
+out03: in03 ../03/out02
+ ../03/out02
+%.html: %.md ../markdown
+ ../markdown $<
+clean:
+ rm -f out* README.html