summaryrefslogtreecommitdiff
path: root/05/Makefile
blob: 7242404c0d0b2f391624523a43f46a7dc662ced0 (plain)
1
2
3
4
5
6
7
8
9
10
11
all: out04
in04: *.b ../04a/out04
	../04a/out04 main.b in04
out04: in04 ../04/out03
	../04/out03 in04 out04
%.html: %.md ../markdown
	../markdown $<
%.out: %.c
	./out04 $< $@
clean:
	rm -f out* README.html *.out