linear-sim 0.6.6

Minimal linear 3D simulation library
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: ;