aboutsummaryrefslogtreecommitdiff
path: root/bindings/python/Makefile
diff options
context:
space:
mode:
authorCNLohr <charles@cnlohr.com>2018-04-15 20:41:22 -0400
committerGitHub <noreply@github.com>2018-04-15 20:41:22 -0400
commit69b31d3c3b1957e59d7962722a4145bfb0db16f9 (patch)
tree927d843a553ef53217c283f19f16728b0ca51c50 /bindings/python/Makefile
parentc73823e20c9ed2f2f8f6a13c2031971d8b7d7be2 (diff)
parent39a63badbb5864314a9d9e18c0871718ac5d2912 (diff)
downloadlibsurvive-69b31d3c3b1957e59d7962722a4145bfb0db16f9.tar.gz
libsurvive-69b31d3c3b1957e59d7962722a4145bfb0db16f9.tar.bz2
Merge branch 'master' into tcc_build
Diffstat (limited to 'bindings/python/Makefile')
-rw-r--r--bindings/python/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/bindings/python/Makefile b/bindings/python/Makefile
new file mode 100644
index 0000000..d3f846e
--- /dev/null
+++ b/bindings/python/Makefile
@@ -0,0 +1,7 @@
+_libsurvive.so: ../../lib/libsurvive.so
+ cp ../../lib/libsurvive.so _libsurvive.so
+
+../../lib/libsurvive.so: .always
+ cd ../.. && make clean all
+
+.always: