# File lib/mkrf/rakehelper.rb, line 6
def rake(rakedir)
  Dir.chdir(rakedir) do
    sh 'rake'
  end
end