From aa6f914704e75aa5daa47f49e8da24b2109569fa Mon Sep 17 00:00:00 2001
From: "Kali Kaneko (leap communications)" <kali@leap.se>
Date: Wed, 7 Sep 2016 10:52:20 -0400
Subject: [pkg] add target to install www wheel

---
 www/Makefile | 3 +++
 1 file changed, 3 insertions(+)

(limited to 'www')

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/*
-- 
cgit v1.2.3