lang-bootstrap/04b/Makefile
2021-11-16 11:02:45 -05:00

7 lines
120 B
Makefile

all: out03
out03: in03 ../03/out02
../03/out02
%.html: %.md ../markdown
../markdown $<
clean:
rm -f out* README.html