Skip to content

Commit

Permalink
add rake build:clean
Browse files Browse the repository at this point in the history
  • Loading branch information
slyphon committed Apr 20, 2012
1 parent db18146 commit aeca07a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Rakefile
Expand Up @@ -48,6 +48,16 @@ gemset_name = 'zookeeper'
task "mb:test_all_rubies" => rspec_task_name
end

namespace :build do
task :clean do
cd 'ext' do
sh 'rake clean'
end

Rake::Task['build'].invoke
end
end

task :build do
cd 'ext' do
sh "rake"
Expand Down

0 comments on commit aeca07a

Please sign in to comment.