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