diff options
Diffstat (limited to 'python/Makefile')
| -rw-r--r-- | python/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/python/Makefile b/python/Makefile index e06794d..245c09c 100644 --- a/python/Makefile +++ b/python/Makefile @@ -1,7 +1,12 @@ +.PHONY: test all python3 + all: python setup.py build_ext -i -f python setup.py build sdist -.PHONY: test +python3: + python3 setup.py build_ext -i -f + python3 setup.py build sdist + test: nosetests test |
