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

.PHONY: test
test:
	nosetests test