clean up pyc files too
This commit is contained in:
Robey Pointer 2006-07-23 16:56:16 -07:00
parent 4737e44e40
commit c925c41437
1 changed files with 1 additions and 0 deletions

View File

@ -34,6 +34,7 @@ always:
clean:
rm -rf build dist
rm -f MANIFEST *.log demos/*.log
rm -f paramiko/*.pyc
test:
python ./test.py