summaryrefslogtreecommitdiff
path: root/01/Makefile
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2021-09-01 17:40:39 -0400
committerpommicket <pommicket@gmail.com>2021-09-01 17:40:39 -0400
commitf71545c939d530d42903deadd365205a4e02bd56 (patch)
tree8b48e76b44ff1547a561d0f71fdd1c2db72b922c /01/Makefile
parentbd739d7205b51381dd17a3fc7fedcc4b40a598c3 (diff)
01 done
Diffstat (limited to '01/Makefile')
-rw-r--r--01/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/01/Makefile b/01/Makefile
new file mode 100644
index 0000000..aa48d00
--- /dev/null
+++ b/01/Makefile
@@ -0,0 +1,7 @@
+all: out01 README.html
+out01: in01 out00
+ ./out00
+out00: in00
+ ../00/hexcompile
+%.html: %.md
+ markdown $< > $@