lang-bootstrap/04a/Makefile

8 lines
120 B
Makefile
Raw Normal View History

all: out04
out04: in04 ../04/out03
../04/out03
2021-11-16 11:02:45 -05:00
%.html: %.md ../markdown
../markdown $<
clean:
rm -f out* README.html