From 83fff61b6a347b56b8d4d24f3129a622504eded6 Mon Sep 17 00:00:00 2001 From: Kevin Ballard Date: Wed, 10 Dec 2008 09:55:17 -0800 Subject: [PATCH] Always build in the project-relative build/ folder with `rake build_app` --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rakefile b/Rakefile index 7bdc5aa..0283492 100644 --- a/Rakefile +++ b/Rakefile @@ -14,7 +14,7 @@ task :clean => [:clean_app] desc "Build gitX using XCode" task :build_app do - system("xcodebuild") + system("xcodebuild build OBJROOT=build/ SYMROOT=build/") end task :clean_app do