mirror of
https://github.com/rubyjs/libv8
synced 2023-03-27 23:21:48 -04:00
reset the v8 directory completely on a clean
This commit is contained in:
parent
16ab99bcf6
commit
d58d5e485e
1 changed files with 2 additions and 2 deletions
2
Rakefile
2
Rakefile
|
@ -75,7 +75,7 @@ desc "clean up artifacts of the build"
|
|||
task :clean do
|
||||
sh "rm -rf pkg"
|
||||
sh "git clean -df"
|
||||
sh "cd #{V8_Source} && git clean -dxf"
|
||||
sh "cd #{V8_Source} && git co -f && git clean -dxf"
|
||||
end
|
||||
|
||||
task :default => [:checkout, :compile, :spec]
|
||||
|
|
Loading…
Reference in a new issue