aboutsummaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
Diffstat (limited to 'python')
-rw-r--r--python/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/python/Makefile b/python/Makefile
new file mode 100644
index 00000000..4a5ba472
--- /dev/null
+++ b/python/Makefile
@@ -0,0 +1,2 @@
+GHquad.so: GHquad.c
+ gcc -shared -fpic -lm -llapack GHquad.c -o GHquad.so