Include Makefile.suffix in Makefile directive

Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
Knut Ahlers 2022-09-02 15:54:13 +02:00
parent 0565b7ad07
commit 82418e6078
Signed by: luzifer
GPG Key ID: 0066F03ED215AD7D

View File

@ -25,6 +25,6 @@ indent_style = space
indent_size = 2
indent_style = space
[Makefile]
[Makefile*]
indent_style = tab
tab_width = 2