markdown to HTML converter
This commit is contained in:
parent
f71545c939
commit
336a793149
9 changed files with 233 additions and 15 deletions
|
@ -1,5 +1,5 @@
|
|||
all: README.html out00
|
||||
%.html: %.md
|
||||
markdown $< > $@
|
||||
out00: in00
|
||||
./hexcompile
|
||||
%.html: %.md ../markdown
|
||||
../markdown $<
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue