Skip to content

Commit

Permalink
Remove conftest.dSYM
Browse files Browse the repository at this point in the history
  • Loading branch information
vp-of-awesome committed Nov 8, 2008
1 parent dda0d2d commit cb1df03
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Rakefile
Expand Up @@ -89,6 +89,7 @@ desc "Clean all built files"
task :clean do
sh %{make clean} if File.exists?("Makefile")
FileUtils.rm_rf("build")
FileUtils.rm_rf("conftest.dSYM")
FileUtils.rm_f(Dir["pkg/*.gem", "Makefile"])
end
LIBEXT = if Config::CONFIG['host_os'].downcase =~ /darwin/; "dylib"; else "so"; end
Expand Down

0 comments on commit cb1df03

Please sign in to comment.