lang-bootstrap/00/Makefile
2025-04-01 18:16:28 +01:00

7 lines
110 B
Makefile

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