.PHONY: clean
clean:
	rm -rf *.pyc __pycache__ parsetab.py *.out *.png *.dot
