summaryrefslogtreecommitdiff
path: root/www/Makefile
diff options
context:
space:
mode:
authorKali Kaneko (leap communications) <kali@leap.se>2016-09-07 10:52:20 -0400
committerKali Kaneko (leap communications) <kali@leap.se>2016-09-07 10:52:43 -0400
commitaa6f914704e75aa5daa47f49e8da24b2109569fa (patch)
tree7139bec9a87681810965e421bb90b120c1d7a7ef /www/Makefile
parent0be9da94b084374e1b389bb93b77cffb3a4810a8 (diff)
[pkg] add target to install www wheel
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/*