pygtk-imap-chk/Makefile
2011-07-07 12:46:49 -04:00

10 lines
101 B
Makefile

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