summaryrefslogtreecommitdiff
path: root/01/Makefile
diff options
context:
space:
mode:
Diffstat (limited to '01/Makefile')
-rw-r--r--01/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/01/Makefile b/01/Makefile
index aa48d00..5dde439 100644
--- a/01/Makefile
+++ b/01/Makefile
@@ -3,5 +3,5 @@ out01: in01 out00
./out00
out00: in00
../00/hexcompile
-%.html: %.md
- markdown $< > $@
+%.html: %.md ../markdown
+ ../markdown $<