diff options
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 |
