diff options
author | Kali Kaneko (leap communications) <kali@leap.se> | 2016-09-06 10:11:48 -0400 |
---|---|---|
committer | Kali Kaneko (leap communications) <kali@leap.se> | 2016-09-06 13:55:19 -0400 |
commit | bf6e00768c0419f48bea91dea75f9af503c48c3d (patch) | |
tree | 506b9727129dc96d981b3e08cba07b6fbb0e5118 /www/Makefile | |
parent | 65c2c18653feb5f6485710e9656b19e368bb2826 (diff) |
[bug] fix import
Diffstat (limited to 'www/Makefile')
-rw-r--r-- | www/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index e3a791d..5075a07 100644 --- a/www/Makefile +++ b/www/Makefile @@ -21,6 +21,9 @@ pydist-clean: rm -rf build dist rm -rf leap/bitmask_www/* +uninstall: + pip uninstall leap.bitmask_www + all: clean build pydist .PHONY: clean build install all |