From bf6e00768c0419f48bea91dea75f9af503c48c3d Mon Sep 17 00:00:00 2001 From: "Kali Kaneko (leap communications)" Date: Tue, 6 Sep 2016 10:11:48 -0400 Subject: [bug] fix import --- www/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'www/Makefile') 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 -- cgit v1.2.3