lang-bootstrap/01/Makefile
2021-09-01 18:27:51 -04:00

7 lines
121 B
Makefile

all: out01 README.html
out01: in01 out00
./out00
out00: in00
../00/hexcompile
%.html: %.md ../markdown
../markdown $<