add 'clean' rule
This commit is contained in:
Robey Pointer 2006-01-26 19:03:42 -08:00
parent 0efdc8af5f
commit e9e695aa4e
1 changed files with 4 additions and 0 deletions

View File

@ -25,6 +25,10 @@ docs: always
epydoc -o docs/ paramiko
always:
clean:
rm -rf build dist
rm -f MANIFEST *.log
# places where the version number is stored:
#
# setup.py