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."
This commit is contained in:
Suraj N. Kurapati
2011-11-22 23:50:45 -08:00
parent e445438333
commit 83423f3aaf

View File

@@ -568,7 +568,9 @@ Makefile:
extensions:
- .mak
filenames:
- makefile
- Makefile
- GNUmakefile
Mako:
extensions: