summaryrefslogtreecommitdiff
path: root/www/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/Makefile')
-rw-r--r--www/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile
index 53ba4ce4..18a7107d 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -19,6 +19,9 @@ pydist: pydist-clean build py-pkg
pydist-dev: pydist-clean build py-pkg
pip install -e .
+pydist-install: pydist
+ pip install dist/*.whl
+
pydist-clean:
rm -rf build dist
rm -rf leap/bitmask_www/*