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:
parent
b5bc5965e6
commit
edaf4473be
1 changed files with 1 additions and 0 deletions
1
Rakefile
1
Rakefile
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue