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