2f0f999
de6c76c
14b9348
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