Skip to content

Commit

Permalink
Clean task now deletes lib/win32/daemon.so.
Browse files Browse the repository at this point in the history
  • Loading branch information
djberg96 committed Feb 10, 2010
1 parent 4e0870e commit 488c47f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Rakefile
Expand Up @@ -13,6 +13,7 @@ task :clean do
File.delete('win32/daemon.so') if File.exists?('win32/daemon.so')
end
Dir['*.gem'].each{ |f| File.delete(f) }
File.delete('lib/win32/daemon.so') if File.exists?('lib/win32/daemon.so')
end

desc "Builds, but does not install, the win32-service library"
Expand Down

0 comments on commit 488c47f

Please sign in to comment.