~allenap/+junk/talk-about-javascript-widgets

1
2
3
4
5
6
7
8
default: hier.png testhier.png


%.png: %.dot
	dot -T png -o $@ $^


.PHONY: default