summaryrefslogblamecommitdiff
path: root/uml/Makefile
blob: 006ee14a7e28e29c04e70bb19aaeb896faeb5ce8 (plain) (tree)
1
2
3
4
5
6
7
8
 



                                                
 
      
                
all: abstract_syntax_tree.png semantic_model.png

%.png: %.dot
	dot -T png -o $@ $<

clean:
	rm *.png