Skip to content

Commit

Permalink
Added a task to clean files generated by rake
Browse files Browse the repository at this point in the history
  • Loading branch information
jferris committed Jun 1, 2008
1 parent 57d0330 commit 282de5e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Rakefile
Expand Up @@ -50,3 +50,6 @@ Rake::GemPackageTask.new spec do |pkg|
pkg.need_tar = true
pkg.need_zip = true
end

desc "Clean files generated by rake tasks"
task :clobber => [:clobber_rdoc, :clobber_package]

0 comments on commit 282de5e

Please sign in to comment.