summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authoradmin <admin@yosemite.local>2017-12-09 13:12:21 -0800
committerKali Kaneko <kali@leap.se>2017-12-20 15:35:48 +0100
commit5db1cb2bb43640a60186ad8c4055dd2bf6fc98e1 (patch)
treee44783cf82ed77a6f13e1faef64a6661e04df2b1 /Makefile
parent86fd23bdb0312b5b69062116128c64952bbec57f (diff)
[pkg] add osx bundle script inside venv
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index f3e8d808..08247669 100644
--- a/Makefile
+++ b/Makefile
@@ -78,6 +78,9 @@ doc:
bundle_in_virtualenv:
pkg/build_bundle_with_venv.sh
+bundle_in_virtualenv_osx:
+ pkg/build_osx_bundle_with_venv.sh
+
docker_container:
cd pkg/docker_bundle && docker build -t mybundle .