1
0
Fork 0
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:
Charles Lowell 2010-06-07 20:02:01 +03:00
parent 330cbbe95d
commit 81b69d742a
2 changed files with 2 additions and 1 deletions

View file

@ -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