summaryrefslogtreecommitdiff
path: root/01/Makefile
diff options
context:
space:
mode:
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 $< > $@