mirror of
https://github.com/rubyjs/libv8
synced 2023-03-27 23:21:48 -04:00
Add new submodules to the clean task
This commit is contained in:
parent
108c3c7f26
commit
68fca9a7bf
1 changed files with 2 additions and 2 deletions
4
Rakefile
4
Rakefile
|
@ -73,8 +73,8 @@ desc "clean up artifacts of the build"
|
|||
task :clean do
|
||||
sh "rm -rf pkg"
|
||||
sh "git clean -df"
|
||||
sh "cd #{V8_Source} && git checkout -f && git clean -dxf"
|
||||
sh "cd #{GYP_Source} && git checkout -f && git clean -dxf"
|
||||
sh "git submodule foreach git reset --hard"
|
||||
sh "git submodule foreach git clean -df"
|
||||
end
|
||||
|
||||
desc "build a binary on heroku (you must have vulcan configured for this)"
|
||||
|
|
Loading…
Reference in a new issue