summaryrefslogtreecommitdiff
path: root/01/Makefile
blob: aa48d0049ebbec463b6a50f50c6d898b9c6e835d (plain)
1
2
3
4
5
6
7
all: out01 README.html
out01: in01 out00
	./out00
out00: in00
	../00/hexcompile
%.html: %.md
	markdown $< > $@