summaryrefslogtreecommitdiff
path: root/uml/Makefile
diff options
context:
space:
mode:
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