macro-machines 0.8.1

State machine macros with logging and graphviz DOT file generation
Documentation
1
2
3
4
5
6
.PHONY: foo
%: foo
	dot -Tpng $@.dot > $@.png

# dummy rule to prevent MakefileDot from trying to make itself
MakefileDot: ;