summaryrefslogtreecommitdiff
path: root/00/Makefile
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2021-09-01 18:27:51 -0400
committerpommicket <pommicket@gmail.com>2021-09-01 18:27:51 -0400
commit336a7931494b149298ec0d215bf643c4ca07a712 (patch)
treef1f79a7b5470cb5af12c0d914a24ec6aeb8d50f8 /00/Makefile
parentf71545c939d530d42903deadd365205a4e02bd56 (diff)
markdown to HTML converter
Diffstat (limited to '00/Makefile')
-rw-r--r--00/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/00/Makefile b/00/Makefile
index fa229a2..a328fee 100644
--- a/00/Makefile
+++ b/00/Makefile
@@ -1,5 +1,5 @@
all: README.html out00
-%.html: %.md
- markdown $< > $@
out00: in00
./hexcompile
+%.html: %.md ../markdown
+ ../markdown $<