summaryrefslogtreecommitdiff
path: root/00/Makefile
blob: b882d3e66d550bdec0e9a46d5d90c6113e93201e (plain)
1
2
3
4
5
6
7
all: README.html out00
out00: in00
	./hexcompile
%.html: %.md ../markdown
	../markdown $<
clean:
	rm -f out00 README.html