mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-10-29 17:50:22 +00:00
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:
@@ -568,7 +568,9 @@ Makefile:
|
|||||||
extensions:
|
extensions:
|
||||||
- .mak
|
- .mak
|
||||||
filenames:
|
filenames:
|
||||||
|
- makefile
|
||||||
- Makefile
|
- Makefile
|
||||||
|
- GNUmakefile
|
||||||
|
|
||||||
Mako:
|
Mako:
|
||||||
extensions:
|
extensions:
|
||||||
|
|||||||
Reference in New Issue
Block a user