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 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