Remove unused Makefile

This commit is contained in:
José Padilla 2015-01-18 11:31:24 -04:00
parent 7846e35a4b
commit e82666afc2
1 changed files with 0 additions and 9 deletions

View File

@ -1,9 +0,0 @@
test:
python tests/test_jwt.py
release:
python setup.py sdist register upload
python2.6 setup.py bdist_egg register upload
python2.7 setup.py bdist_egg register upload
python3 setup.py bdist_egg register upload