SHELL := /bin/bash test: nosetests-2.7 -s --verbosity=2 clean: rm -fr build/ rm -fr dist/ rm -fr *.egg-info find . -type f -name "*.pyc" -exec rm '{}' \; install: python setup.py install upload: python setup.py sdist upload