summaryrefslogtreecommitdiff
path: root/doc/Makefile
blob: 05b987df0f0f624e8dcd43d7f71fd5bdbcb510b0 (plain)
1
2
3
4
5
6
ALL = db.html

all: $(ALL)

%.html: %.md
	markdown $< > $@