7 lines
110 B
Makefile
7 lines
110 B
Makefile
all: out00
|
|
out00: in00
|
|
./hexcompile
|
|
%.html: %.md ../markdown
|
|
../markdown $<
|
|
clean:
|
|
rm -f out00 README.html
|