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