diff options
Diffstat (limited to 'uml/Makefile')
| -rw-r--r-- | uml/Makefile | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/uml/Makefile b/uml/Makefile new file mode 100644 index 0000000..219141c --- /dev/null +++ b/uml/Makefile @@ -0,0 +1,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
\ No newline at end of file |
