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

Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
This commit is contained in:
Andrew Borodin 2022-12-18 14:40:45 +03:00
parent 0ac611f15c
commit 7230269ce4
1 changed files with 1 additions and 1 deletions

View File

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