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