diff options
| author | Francois Perrad <francois.perrad@gadz.org> | 2010-10-19 11:56:42 +0200 |
|---|---|---|
| committer | Francois Perrad <francois.perrad@gadz.org> | 2010-10-19 11:56:42 +0200 |
| commit | 14b93483f15062a3ac3ff2b096561a744a7ac1f2 (patch) | |
| tree | 5a2b9841faa6fb5ecd0948585240b1db4bad6a10 /uml/Makefile | |
| parent | remove max_redirect, add expected_status (diff) | |
| download | spore-specifications-14b93483f15062a3ac3ff2b096561a744a7ac1f2.tar.gz | |
UML: remove lua, and improve dot
Diffstat (limited to 'uml/Makefile')
| -rw-r--r-- | uml/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/uml/Makefile b/uml/Makefile index 219141c..0f77174 100644 --- a/uml/Makefile +++ b/uml/Makefile @@ -2,9 +2,5 @@ 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 + rm *.png |
