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

@ -1,5 +1,5 @@
all: README.html out00
%.html: %.md
markdown $< > $@
out00: in00
./hexcompile
%.html: %.md ../markdown
../markdown $<