mirror of
https://github.com/rubyjs/therubyracer
synced 2023-03-27 23:21:42 -04:00
What the heck was the v8.bundle doing in the ext/v8 directory.
This commit is contained in:
parent
330cbbe95d
commit
81b69d742a
2 changed files with 2 additions and 1 deletions
1
Rakefile
1
Rakefile
|
@ -34,6 +34,7 @@ end
|
|||
|
||||
task :clean do
|
||||
sh "rm -f ext/v8/Makefile"
|
||||
sh "rm -rf ext/v8/v8.bundle"
|
||||
sh "rm -rf pkg"
|
||||
sh "rm -rf *.gem"
|
||||
sh "rm -rf lib/v8/*.bundle lib/v8/*.so"
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Add table
Reference in a new issue