diff options
Diffstat (limited to '00/Makefile')
-rw-r--r-- | 00/Makefile | 4 |
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 $< |