lang-bootstrap/01/Makefile

8 lines
121 B
Makefile
Raw Normal View History

2021-09-01 17:40:39 -04:00
all: out01 README.html
out01: in01 out00
./out00
out00: in00
../00/hexcompile
2021-09-01 18:27:51 -04:00
%.html: %.md ../markdown
../markdown $<