Merge branch '4419_makefile_regex'

* 4419_makefile_regex:
  Ticket #4419: mc.ext.ini: clarify regex for makefiles.
This commit is contained in:
Andrew Borodin 2022-12-30 08:05:40 +03:00
commit 995b61db9e
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]