summaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2015-05-08 10:34:37 -0400
committerJason R. Coombs <jaraco@jaraco.com>2015-05-08 10:34:37 -0400
commit1f262db4040328572565bfdac4b435fd19afaae1 (patch)
treed8a3a9036ba18a3a0083cbe1e3a85e3dce756c66 /Makefile
parentf2213b8a40c652780c209071574e4c85a8480eb3 (diff)
parent7400ce4fd80fc6c0cfc1b3d96900ee2fb87f9ebe (diff)
Merge with 1.13
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile15
1 files changed, 0 insertions, 15 deletions
diff --git a/Makefile b/Makefile
deleted file mode 100644
index 3c12990c..00000000
--- a/Makefile
+++ /dev/null
@@ -1,15 +0,0 @@
-release: docs
- python setup.py sdist register upload
-
-docs:
- epydoc --no-private -o docs/ paramiko
-
-clean:
- rm -rf build dist docs
- rm -f MANIFEST *.log demos/*.log
- rm -f paramiko/*.pyc
- rm -f test.log
- rm -rf paramiko.egg-info
-
-test:
- python ./test.py