From 87a98beaac81f2cc17c9d32d2bc541ed44bf1290 Mon Sep 17 00:00:00 2001 From: prigaux Date: Wed, 31 Jan 2007 09:39:19 +0000 Subject: [PATCH] Better make all git-svn-id: svn://svn.handbrake.fr/HandBrake/branches/MediaFork_0.8.0@257 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 87d33eb28..17159305c 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,9 @@ SYSTEM = $(shell uname -s) # Special case for Mac OS X: everything is handled from the Xcode project ifeq ($(SYSTEM),Darwin) -all: +all: clean app release + +app: (./DownloadMacOsXContribBinaries.sh ; cd macosx ; xcodebuild -alltargets -configuration UB build | sed '/^$$/d' ; cd .. ; ./macosx/localize.sh MediaFork.app) clean: -- 2.40.0