Be verbose about what we clean

This commit is contained in:
Jesse Keating 2007-08-08 21:03:11 -04:00 committed by Jesse Keating
parent 33a542f60b
commit d98fe83e7a
1 changed files with 5 additions and 5 deletions

View File

@ -40,8 +40,8 @@ install:
@python setup.py install
clean:
@rm -f *.rpm
@rm -rf noarch
@rm -f *.tar.gz
@rm -rf dist
@rm -f MANIFEST
@rm -vf *.rpm
@rm -vrf noarch
@rm -vf *.tar.gz
@rm -vrf dist
@rm -vf MANIFEST