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