summaryrefslogtreecommitdiff
path: root/uml/Makefile
blob: 219141c82bb35d8dc613351fde4b462e373ef4ff (plain) (blame)
1
2
3
4
5
6
7
8
9
10
api.png: api.dot
	dot -T png -o api.png api.dot

api.dot: api.lua
	coat2dot api > api.dot
	perl -i.bak -pe "s/_method/method/g" api.dot

clean:
	rm *.bak *.dot *.png