Changeset 1658:ae3b55c3f2e1
- Timestamp:
- 06/12/08 14:22:20 (2 months ago)
- Author:
- klai@…
- Children:
- 1659:4cbf5a4c527a, 1661:8273ceb1c759
- Branch:
- default
- Message:
-
Fix Makefile typo
- Files:
-
Legend:
- Unmodified
- Added
- Removed
-
|
r1656
|
r1658
|
|
| 57 | 57 | |
| 58 | 58 | dist_clean: clean |
| 59 | | find . \( -o -name '*.prof' -o -name 'screenlog.*' -o -name '*,cover' \) -exec rm {} \; -print |
| | 59 | find . \( -name '*.prof' -o -name 'screenlog.*' -o -name '*,cover' \) -exec rm {} \; -print |
| 60 | 60 | /bin/rm -fr build dist MANIFEST $(MAIN).zip *.rpm setup.py setup.cfg |
| 61 | 61 | cd src/KL; make dist_clean |