nsys-gl-utils 0.11.4

OpenGL and graphics utilities
Documentation
1
2
3
4
5
6
7
.PHONY: foo
%: foo
	dot -Tpng $@.dot > $@.png
#dot -Tsvg $@.dot > $@.svg

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