6 lines
80 B
Makefile
6 lines
80 B
Makefile
|
all: README.html out00
|
||
|
%.html: %.md
|
||
|
markdown $< > $@
|
||
|
out00: in00
|
||
|
./hexcompile
|