From d257622c13a98f8a5f894997f591812e0f2c59f3 Mon Sep 17 00:00:00 2001 From: Francois Perrad Date: Tue, 9 Nov 2010 12:44:43 +0100 Subject: rename abstract_syntax_tree --- uml/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'uml/Makefile') 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 -- cgit v1.2.3