summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorKali Kaneko <kali@leap.se>2017-07-25 14:42:56 -0400
committerKali Kaneko <kali@leap.se>2017-07-25 14:42:56 -0400
commitb71689d6fad298c3ccd0c8550ff71ad6f1c2cb40 (patch)
treed300e5189be981bafc20adf63f79ca6e10d814ae /Makefile
parent1175a0b3110d69f1d3105530dfc22ee17fb2eb21 (diff)
[docs] document the dev-bootstrap script0.10a2
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index ce9d06ec..457f2404 100644
--- a/Makefile
+++ b/Makefile
@@ -4,6 +4,9 @@ DIST_VERSION = dist/bitmask-$(NEXT_VERSION)/
include pkg/pyinst/build.mk
include pkg/thirdparty/openvpn/build.mk
+dev-bootstrap:
+ pkg/tools/bitmask-bootstrap.sh
+
dev-mail:
pip install -e '.[mail]'