lang-bootstrap/01/Makefile

10 lines
159 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 $<
2021-11-10 12:55:41 -05:00
clean:
rm -f out00 out01 README.html