Ticket #4419: mc.ext.ini: clarify regex for Makefile.

Consider "Makefile" as whole word to avoid handling of
files named like "Makefile.zip" as makefiles.

Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
This commit is contained in:
Andrew Borodin 2023-10-07 14:58:21 +03:00
parent e8c4677b7e
commit 372cb29d80
1 changed files with 1 additions and 1 deletions

View File

@ -798,7 +798,7 @@ Regex=^Makefile\\.(PL|pl)$
Open=%var{PERL:perl} %f
[Makefile]
Regex=^[Mm]akefile
Regex=^[Mm]akefile$
Open=make -f %f %{Enter parameters}
[dbf]