]> granicus.if.org Git - handbrake/commitdiff
Better make all
authorprigaux <pri@nopapers.org>
Wed, 31 Jan 2007 09:39:19 +0000 (09:39 +0000)
committerprigaux <pri@nopapers.org>
Wed, 31 Jan 2007 09:39:19 +0000 (09:39 +0000)
git-svn-id: svn://svn.handbrake.fr/HandBrake/branches/MediaFork_0.8.0@257 b64f7644-9d1e-0410-96f1-a4d463321fa5

Makefile

index 87d33eb2858ceee1acd49e87a02529a1df297cfc..17159305c0a6e5d0f12ecb1ced7ec3c13395b761 100644 (file)
--- 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: