/offlineimap/head: changeset 328

Better cleaning up, install new example.
This commit is contained in:
jgoerzen
2003-01-07 04:47:15 +01:00
parent 2d0ef8af4b
commit ae6e182a2c
2 changed files with 3 additions and 1 deletions

View File

@ -19,6 +19,8 @@ SHELL=/bin/bash
clean:
-python2.2 setup.py clean --all
-rm -f `find . -name "*~"`
-rm -f `find . -name "*.tmp"`
-rm -f bin/offlineimapc
-rm -f `find . -name "*.pyc"`
-rm -f `find . -name "*.pygc"`
-rm -f `find . -name "*.class"`