summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorKali Kaneko (leap communications) <kali@leap.se>2016-09-30 15:44:33 -0400
committerKali Kaneko (leap communications) <kali@leap.se>2016-09-30 16:03:05 -0400
commit3fd5e3d5e9785a7e309c3021f174c3ff52bcc363 (patch)
tree8bbcf3cb6294e4371f0f0ce6dbcd8d3f65967ee6 /Makefile
parent80484cd8e32c9c4117860824e82baebf071492d2 (diff)
[pkg] change the build behavior
- link against system libsqlcipher by default - vendor amalgamation - control its build with --bundled flag - allow to pass amalgamation folder with --amalgamation=
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..127461d
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,8 @@
+install: clean
+ python setup.py install
+
+install_bundle: clean
+ python setup.py install --bundled
+
+clean:
+ rm -rf build dist