lang-bootstrap/02/Makefile
2021-11-10 00:52:39 -05:00

7 lines
117 B
Makefile

all: out01 out02 README.html
out01: in01
../01/out00
out02: out01
./out01
%.html: %.md ../markdown
../markdown $<