summaryrefslogtreecommitdiff
path: root/python/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'python/Makefile')
-rw-r--r--python/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/python/Makefile b/python/Makefile
new file mode 100644
index 0000000..5f16fae
--- /dev/null
+++ b/python/Makefile
@@ -0,0 +1,7 @@
+all:
+ python setup.py build
+ python setup.py sdist
+
+.PHONY: test
+test:
+ nosetests test