# File setup.rb, line 172
  def make(task = '')
    command config('make-prog') + ' ' + task
  end