summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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]'