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