summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorjeremiah sypult <jeremiah@sypult.com>2013-07-18 00:47:00 -0500
committerTim Angus <tim@ngus.net>2014-06-17 17:43:33 +0100
commitc155308e5d28f249c208c2f820c5a409a1e5474a (patch)
tree994281dcb8a68bdc83f523a523a7c65016eef805 /Makefile
parentc7650e9476c110d1e4a16975f25af91ef5cbbfbc (diff)
Updated Makefile to only build release OS X app bundles
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index fe444b37..33a9365f 100644
--- a/Makefile
+++ b/Makefile
@@ -1154,8 +1154,8 @@ endif
NAKED_TARGETS=$(shell echo $(TARGETS) | sed -e "s!$(B)/!!g")
-MACOSX_TARGET_STRING=$(shell if [ "$(B)" == "$(BR)" ]; then echo "release"; elif [ "$(B)" == "$(BD)" ]; then echo "debug"; fi)
-MACOSX_MAKE_APP=@if [ -x "./make-macosx-app.sh" ]; then "./make-macosx-app.sh" $(MACOSX_TARGET_STRING) $(ARCH); fi
+#MACOSX_TARGET_STRING=$(shell if [ "$(B)" == "$(BR)" ]; then echo "release"; elif [ "$(B)" == "$(BD)" ]; then echo "debug"; fi)
+MACOSX_MAKE_APP=@if [ -x "./make-macosx-app.sh" ]; then "./make-macosx-app.sh" release $(ARCH); fi
print_list=@for i in $(1); \
do \