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