class Rouge::Lexers::Make

def self.analyze_text(text)

def self.analyze_text(text)
  return 0.6 if text =~ /^\.PHONY:/
end

def initialize(opts={})

def initialize(opts={})
  super
  @shell = Shell.new(opts)
end