# File lib/rouge/lexers/make.rb, line 13
      def self.analyze_text(text)
        return 0.6 if text =~ /^\.PHONY:/
      end