lang-bootstrap/00/Makefile

8 lines
110 B
Makefile
Raw Normal View History

2025-04-01 18:16:28 +01:00
all: out00
2021-08-31 17:16:30 -04:00
out00: in00
./hexcompile
2021-09-01 18:27:51 -04:00
%.html: %.md ../markdown
../markdown $<
2021-11-10 12:55:41 -05:00
clean:
rm -f out00 README.html