diff options
Diffstat (limited to 'python')
| -rw-r--r-- | python/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/python/Makefile b/python/Makefile index d90789a..267415c 100644 --- a/python/Makefile +++ b/python/Makefile @@ -1,7 +1,6 @@ all: - python setup.py build_ext -i -f - python setup.py build - python setup.py sdist + python setup_dev.py build_ext -i -f + python setup.py build sdist .PHONY: test test: |
