diff --git a/ext/v8/extconf.rb b/ext/v8/extconf.rb index 3637356..44c396f 100755 --- a/ext/v8/extconf.rb +++ b/ext/v8/extconf.rb @@ -23,21 +23,3 @@ $LIBS << ' -lv8' CONFIG['LDSHARED'] = '$(CXX) -shared' unless RUBY_PLATFORM =~ /darwin/ create_makefile('v8') - -# now add a few extra targets -File.open("Makefile", "a") do |makefile| -makefile.print <