From 4bb0b6459cc6c2d107b4b9f5d0fc1cbef9d0a79a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Le=20Barbier?= Date: Wed, 14 Aug 2024 10:43:35 +0200 Subject: [PATCH] Lint Makefile configuration input --- src/lint.lisp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lint.lisp b/src/lint.lisp index 373cd40..13c3c3e 100644 --- a/src/lint.lisp +++ b/src/lint.lisp @@ -511,6 +511,7 @@ care of." :file-predicate '(:or (:has-name "Makefile") (:has-name "Makefile.in") + (:has-name "Makefile.config.in") (:has-prefix "Makefile.") (:has-suffix ".mk") (:has-suffix ".mk.in"))