summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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)