diff options
| author | Kali Kaneko (leap communications) <kali@leap.se> | 2016-09-07 10:52:20 -0400 | 
|---|---|---|
| committer | Kali Kaneko (leap communications) <kali@leap.se> | 2016-09-07 10:52:43 -0400 | 
| commit | aa6f914704e75aa5daa47f49e8da24b2109569fa (patch) | |
| tree | 7139bec9a87681810965e421bb90b120c1d7a7ef /www | |
| parent | 0be9da94b084374e1b389bb93b77cffb3a4810a8 (diff) | |
[pkg] add target to install www wheel
Diffstat (limited to 'www')
| -rw-r--r-- | www/Makefile | 3 | 
1 files changed, 3 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index 53ba4ce..18a7107 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/*  | 
