markdown to HTML converter

This commit is contained in:
pommicket 2021-09-01 18:27:51 -04:00
parent f71545c939
commit 336a793149
9 changed files with 233 additions and 15 deletions

View file

@ -3,5 +3,5 @@ out01: in01 out00
./out00
out00: in00
../00/hexcompile
%.html: %.md
markdown $< > $@
%.html: %.md ../markdown
../markdown $<