summaryrefslogtreecommitdiff
path: root/bindings/python/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'bindings/python/Makefile')
-rw-r--r--bindings/python/Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/bindings/python/Makefile b/bindings/python/Makefile
new file mode 100644
index 0000000..1cfeda8
--- /dev/null
+++ b/bindings/python/Makefile
@@ -0,0 +1,9 @@
+
+all:
+ python setup.py build
+
+clean:
+ rm -rf build
+
+install:
+ python setup.py install