Skip to content

Commit

Permalink
clean better
Browse files Browse the repository at this point in the history
  • Loading branch information
rdp committed Sep 20, 2012
1 parent be04352 commit b8a6fe5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ require "rake/extensiontask"
require "rake/testtask"
require "rdoc/task"
require "date"
require 'rake/clean'

# To release a version of ruby-prof:
# * Update version.h
Expand Down Expand Up @@ -78,6 +79,10 @@ end

task :default => :package

for file in Dir['**/*.so']
CLEAN.include file
end

desc 'Run the ruby-prof test suite'
Rake::TestTask.new do |t|
t.libs += %w(lib ext test)
Expand Down

0 comments on commit b8a6fe5

Please sign in to comment.