diff options
author | Kali Kaneko (leap communications) <kali@leap.se> | 2016-12-22 15:00:33 +0100 |
---|---|---|
committer | Kali Kaneko (leap communications) <kali@leap.se> | 2016-12-26 14:55:40 +0100 |
commit | f98af5593c41ce7dd826b491b3aa3953922d60f9 (patch) | |
tree | ac63abda33d8b5e6aeb808886526ccab8acf3b1c /Makefile | |
parent | 6a1ca30602f82e29fff9a50403a8c030ca888a75 (diff) |
[feat] serial script to create and auth user
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -19,6 +19,9 @@ dev-all: uninstall: pip uninstall leap.bitmask +test_e2e: + tests/e2e/e2e-test.sh + qt-resources: pyrcc5 pkg/branding/icons.qrc -o src/leap/bitmask/gui/app_rc.py |