diff options
| author | Francois Perrad <francois.perrad@gadz.org> | 2010-11-09 12:44:43 +0100 |
|---|---|---|
| committer | Francois Perrad <francois.perrad@gadz.org> | 2010-11-09 12:44:43 +0100 |
| commit | d257622c13a98f8a5f894997f591812e0f2c59f3 (patch) | |
| tree | 3f9ed32a0d2fbeb59c4b990cbe99c0a5636d6aa0 /uml/Makefile | |
| parent | fix edge UML (diff) | |
| download | spore-specifications-d257622c13a98f8a5f894997f591812e0f2c59f3.tar.gz | |
rename abstract_syntax_tree
Diffstat (limited to 'uml/Makefile')
| -rw-r--r-- | uml/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/uml/Makefile b/uml/Makefile index 0f77174..4d35baa 100644 --- a/uml/Makefile +++ b/uml/Makefile @@ -1,6 +1,6 @@ -api.png: api.dot - dot -T png -o api.png api.dot +abstract_syntax_tree.png: abstract_syntax_tree.dot + dot -T png -o $@ $< clean: rm *.png |
