diff options
author | pommicket <pommicket@gmail.com> | 2021-09-01 18:27:51 -0400 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2021-09-01 18:27:51 -0400 |
commit | 336a7931494b149298ec0d215bf643c4ca07a712 (patch) | |
tree | f1f79a7b5470cb5af12c0d914a24ec6aeb8d50f8 /00/Makefile | |
parent | f71545c939d530d42903deadd365205a4e02bd56 (diff) |
markdown to HTML converter
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 $< |