From b71689d6fad298c3ccd0c8550ff71ad6f1c2cb40 Mon Sep 17 00:00:00 2001 From: Kali Kaneko Date: Tue, 25 Jul 2017 14:42:56 -0400 Subject: [docs] document the dev-bootstrap script --- Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile') 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]' -- cgit v1.2.3