diff options
| -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/* | 
