diff options
author | Kali Kaneko <kali@leap.se> | 2015-06-22 19:15:22 -0400 |
---|---|---|
committer | Ivan Alejandro <ivanalejandro0@gmail.com> | 2015-07-31 16:48:21 -0300 |
commit | c68754c16629a6b45c7feba57f14d51a1617c4a2 (patch) | |
tree | 236602b61b5584dd313cb204b74ed179b05bbd5c /Makefile | |
parent | f66ad4ce4ea1958e9cae9cd74727c3a93d8c369a (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-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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) |