lang-bootstrap/00/Makefile
2021-11-10 12:55:41 -05:00

7 lines
122 B
Makefile

all: README.html out00
out00: in00
./hexcompile
%.html: %.md ../markdown
../markdown $<
clean:
rm -f out00 README.html