From: prigaux Date: Wed, 31 Jan 2007 09:39:19 +0000 (+0000) Subject: Better make all X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=87a98beaac81f2cc17c9d32d2bc541ed44bf1290;p=handbrake Better make all git-svn-id: svn://svn.handbrake.fr/HandBrake/branches/MediaFork_0.8.0@257 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- 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: