From edbcc780cb2e81dd3d1ca68eaf45edf2833556bc Mon Sep 17 00:00:00 2001 From: prigaux Date: Tue, 13 Feb 2007 22:32:34 +0000 Subject: [PATCH] Make release build the disk image git-svn-id: svn://svn.handbrake.fr/HandBrake/branches/0.8.0_beta2@327 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b4b720528..226bb4446 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ SYSTEM = $(shell uname -s) # Special case for Mac OS X: everything is handled from the Xcode project ifeq ($(SYSTEM),Darwin) -all: clean app release +all: clean app app: (./DownloadMacOsXContribBinaries.sh ; cd macosx ; xcodebuild -alltargets -configuration UB build | sed '/^$$/d' ; cd .. ; ./macosx/localize.sh MediaFork.app) -- 2.40.0