summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorKali Kaneko <kali@leap.se>2015-06-22 19:15:22 -0400
committerIvan Alejandro <ivanalejandro0@gmail.com>2015-07-31 16:48:21 -0300
commitc68754c16629a6b45c7feba57f14d51a1617c4a2 (patch)
tree236602b61b5584dd313cb204b74ed179b05bbd5c /Makefile
parentf66ad4ce4ea1958e9cae9cd74727c3a93d8c369a (diff)
[feat] initial working bundle with pyinstaller
linux only, at the moment, but it's a good start :)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index b2fb5051..d0d68f2d 100644
--- a/Makefile
+++ b/Makefile
@@ -135,6 +135,8 @@ sumo_tarball:
python setup.py sdist --sumo
git checkout -- src/leap/__init__.py
rm -rf src/leap/soledad
+pyinst:
+ pyinstaller pkg/pyinst/bitmask.spec
clean :
$(RM) $(COMPILED_UI) $(COMPILED_RESOURCES) $(COMPILED_UI:.py=.pyc) $(COMPILED_RESOURCES:.py=.pyc)