summaryrefslogtreecommitdiff
path: root/Makefile
blob: 1392c2172366f701e174ddfada3d9db5eb203300 (plain)
1
2
3
4
5
6
7
8
9
10
11
.SUFFIXES: .md .pdf .dot .svg

all: fable.pdf

fable.pdf: Makefile fable.md arch.svg

.md.pdf:
	pandoc -o $@ $<

.dot.svg:
	dot -Tsvg -o $@ $<