1
0
Fork 0
mirror of https://github.com/rubyjs/therubyrhino synced 2023-03-27 23:21:34 -04:00
therubyrhino/Rakefile
2011-01-10 08:00:53 -06:00

11 lines
179 B
Ruby

require 'bundler/setup'
Bundler::GemHelper.install_tasks
for file in Dir['tasks/*.rake']
load file
end
desc "remove all build artifacts"
task :clean do
sh "rm -rf pkg/"
end