.PHONY: dist dist: -rm -rf dist pythonw setup.py py2exe .PHONY: clean clean: -rm -rf build dist