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