summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--uml/Makefile4
-rw-r--r--uml/abstract_syntax_tree.dot (renamed from uml/api.dot)0
-rw-r--r--uml/abstract_syntax_tree.png (renamed from uml/api.png)bin34615 -> 34615 bytes
3 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
diff --git a/uml/api.dot b/uml/abstract_syntax_tree.dot
index 83b727f..83b727f 100644
--- a/uml/api.dot
+++ b/uml/abstract_syntax_tree.dot
diff --git a/uml/api.png b/uml/abstract_syntax_tree.png
index e5afaba..e5afaba 100644
--- a/uml/api.png
+++ b/uml/abstract_syntax_tree.png
Binary files differ