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 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 .