summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 2a7fda1..601f3fa 100644
--- a/Makefile
+++ b/Makefile
@@ -19,5 +19,8 @@ dev-all:
uninstall:
pip uninstall leap.bitmask
+qt-resources:
+ pyrcc5 pkg/branding/icons.qrc -o src/leap/bitmask/gui/app_rc.py
+
doc:
cd docs && make html