diff options
Diffstat (limited to 'python/Makefile')
| -rw-r--r-- | python/Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/python/Makefile b/python/Makefile new file mode 100644 index 0000000..d90789a --- /dev/null +++ b/python/Makefile @@ -0,0 +1,8 @@ +all: + python setup.py build_ext -i -f + python setup.py build + python setup.py sdist + +.PHONY: test +test: + nosetests test |
