summaryrefslogtreecommitdiff
path: root/src/cython/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/cython/Makefile')
-rw-r--r--src/cython/Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/cython/Makefile b/src/cython/Makefile
new file mode 100644
index 00000000..b694ab47
--- /dev/null
+++ b/src/cython/Makefile
@@ -0,0 +1,8 @@
+ext:
+ python setup.py build_ext --inplace
+
+test:
+ python main.py
+
+clean:
+ rm -rf build/ *.o *.so *.cpp