Changeset 235 for pkpgcounter/trunk/clean.sh
- Timestamp:
- 07/09/05 10:46:59 (19 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
pkpgcounter/trunk/clean.sh
r211 r235 22 22 # Use this to clean the tree from temporary files 23 23 24 rm -f MANIFEST 25 rm -fr build dist 24 26 find . -name "*.bak" -exec rm -f {} \; 25 27 find . -name "*~" -exec rm -f {} \;