summaryrefslogtreecommitdiff
path: root/03/Makefile
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2021-11-10 21:22:25 -0500
committerpommicket <pommicket@gmail.com>2021-11-10 21:22:25 -0500
commitea6989a71a221ed7a2cf144f7968fbbec2cec193 (patch)
tree77e1a4690d9a83e08e47c0bf1dc7f1270f9ac868 /03/Makefile
parent15a4be17e331475d3237a55d0cde5f0da3f91a9f (diff)
start stage 3--hex digit to number
Diffstat (limited to '03/Makefile')
-rw-r--r--03/Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/03/Makefile b/03/Makefile
new file mode 100644
index 0000000..e25c8f0
--- /dev/null
+++ b/03/Makefile
@@ -0,0 +1,9 @@
+all: out02
+out02: in02
+ ../02/out01
+out03: out02 in03
+ ./out02
+%.html: %.md ../markdown
+ ../markdown $<
+clean:
+ rm -f out* README.html