1
0
Fork 0
mirror of https://github.com/rubyjs/therubyracer synced 2023-03-27 23:21:42 -04:00

remove the gemfiles on clean

This commit is contained in:
Charles Lowell 2010-03-22 23:15:59 -05:00
parent b5bc5965e6
commit edaf4473be

View file

@ -39,6 +39,7 @@ end
task :clean do
sh "rm -f ext/v8/Makefile"
sh "rm -rf pkg"
sh "rm -rf *.gem"
end
namespace :clean do