diff options
Diffstat (limited to 'uml/Makefile')
| -rw-r--r-- | uml/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/uml/Makefile b/uml/Makefile index 4d35baa..006ee14 100644 --- a/uml/Makefile +++ b/uml/Makefile @@ -1,6 +1,8 @@ -abstract_syntax_tree.png: abstract_syntax_tree.dot - dot -T png -o $@ $< +all: abstract_syntax_tree.png semantic_model.png + +%.png: %.dot + dot -T png -o $@ $< clean: rm *.png |
