.PHONY: foo %: foo dot -Tsvg $@.dot > $@.svg #dot -Tpng $@.dot > $@.png # dummy rule to prevent MakefileDot from trying to make itself MakefileDot: ;