No more Makefile

This commit is contained in:
Jeff Forcier 2014-03-04 13:38:44 -08:00
parent c0fcd11ea0
commit be94ee690e
1 changed files with 0 additions and 15 deletions

View File

@ -1,15 +0,0 @@
release: docs
python setup.py sdist register upload
docs: paramiko/*
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