1 2 3 4 5 6 7 8
all: python setup.py build_ext -i -f python setup.py build python setup.py sdist .PHONY: test test: nosetests test