diff --git a/apps/mailbox/Makefile b/apps/mailbox/Makefile index ae7ec60d..722e7e1a 100644 --- a/apps/mailbox/Makefile +++ b/apps/mailbox/Makefile @@ -28,7 +28,7 @@ clean: rm -f ${TARBALL_PREFIX}*.tar.gz compile: - python${PYTHON_VERSION} py_comp -l -q . + python${PYTHON_VERSION} py_comp -q . install: all install -d ${BASEDIR}/${LIB_INSTALLDIR} @@ -51,6 +51,8 @@ doccheck: dist: all tar -cvzf ${TARBALL} . --exclude=*.tar.gz \ --exclude=.svn \ - --exclude=*~ + --exclude=*~ \ + --exclude=*.pyc +