summaryrefslogtreecommitdiff
path: root/uml/Makefile
diff options
context:
space:
mode:
authorFrancois Perrad <francois.perrad@gadz.org>2010-11-09 12:44:43 +0100
committerFrancois Perrad <francois.perrad@gadz.org>2010-11-09 12:44:43 +0100
commitd257622c13a98f8a5f894997f591812e0f2c59f3 (patch)
tree3f9ed32a0d2fbeb59c4b990cbe99c0a5636d6aa0 /uml/Makefile
parentfix edge UML (diff)
downloadspore-specifications-d257622c13a98f8a5f894997f591812e0f2c59f3.tar.gz
rename abstract_syntax_tree
Diffstat (limited to 'uml/Makefile')
-rw-r--r--uml/Makefile4
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