# File lib/rubygems/test_case.rb, line 753 def self.make_command ENV["make"] || (vc_windows? ? 'nmake' : 'make') end