Skip to content

Commit

Permalink
Always build in the project-relative build/ folder with rake build_app
Browse files Browse the repository at this point in the history
  • Loading branch information
lilyball authored and pieter committed Dec 15, 2008
1 parent 530377a commit 83fff61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 83fff61

Please sign in to comment.