summaryrefslogtreecommitdiff
path: root/Makefile
blob: 245c09c252f7e50d7ab41191128e88b74ccf4361 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
.PHONY: test all python3

all:
	python setup.py build_ext -i -f
	python setup.py build sdist

python3:
	python3 setup.py build_ext -i -f
	python3 setup.py build sdist

test:
	nosetests test