summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 41b7c23b..6bdbe03c 100644
--- a/Makefile
+++ b/Makefile
@@ -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