summaryrefslogtreecommitdiff
path: root/04b/Makefile
blob: ef7218149d392a3f8d4f1596dc255335393cbf1e (plain)
1
2
3
4
5
6
7
8
9
10
11
all: out03 guessing_game.out out04b README.html
out03: in03 ../03/out02
	../03/out02
%.html: %.md ../markdown
	../markdown $<
out04b: in04b out03
	./out03
%.out: % out03
	./out03 $< $@
clean:
	rm -f out* README.html *.out