.SUFFIXES: .md .pdf .dot .svg all: fable.pdf fable.pdf: Makefile fable.md arch.svg .md.pdf: pandoc -o $@ $< .dot.svg: dot -Tsvg -o $@ $<