From 83423f3aaf6dffa982312426aa7a9df74aa84797 Mon Sep 17 00:00:00 2001 From: "Suraj N. Kurapati" Date: Tue, 22 Nov 2011 23:50:45 -0800 Subject: [PATCH] languages.yml: support GNUmakefile and makefile GNU make manpage says: "If no -f option is present, make will look for the makefiles GNUmakefile, makefile, and Makefile, in that order." --- lib/linguist/languages.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/linguist/languages.yml b/lib/linguist/languages.yml index d9605cc5..b036a9eb 100644 --- a/lib/linguist/languages.yml +++ b/lib/linguist/languages.yml @@ -568,7 +568,9 @@ Makefile: extensions: - .mak filenames: + - makefile - Makefile + - GNUmakefile Mako: extensions: