summaryrefslogtreecommitdiff
path: root/python/Makefile
blob: d90789ab95787adfe5965dbf639147935022e28b (plain)
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