pygtk-imap-chk/Makefile
2011-07-07 16:09:52 -04:00

11 lines
117 B
Makefile
Executable File

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