summaryrefslogtreecommitdiff
path: root/python/Makefile
blob: e06794dac293542317808a012e4784a103bcd783 (plain)
1
2
3
4
5
6
7
all:
	python setup.py build_ext -i -f
	python setup.py build sdist

.PHONY: test
test:
	nosetests test