summaryrefslogtreecommitdiff
path: root/04a/Makefile
blob: f88d7087d66f8bd48dc0978411d0b6a3e2031dda (plain)
1
2
3
4
5
6
7
8
9
all: out04 out04a README.html
out04: in04 ../04/out03
	../04/out03
out04a: in04a out04
	./out04
%.html: %.md ../markdown
	../markdown $<
clean:
	rm -f out* README.html