class MiniPortile

def make_cmd

def make_cmd
  (ENV["MAKE"] || @make_command || ENV["make"] || "make").dup
end