From afcd5699a7db20e0335e40750cae9d5ba773aaa8 Mon Sep 17 00:00:00 2001 From: Malin Freeborn Date: Fri, 29 Aug 2025 08:07:53 +0200 Subject: [PATCH] calm the makefile messages --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index efc64c8..aaf6a6a 100644 --- a/Makefile +++ b/Makefile @@ -41,7 +41,7 @@ $(databases): .dbs/%.rec: %/ | .dbs/ # This two-variable read can only happen because of the quotes in the titles. db.rec: $(databases) - $(warning rebuilding from $? ) + $(info rebuilding from $? ) printf '%s\n' '%rec: guide' > $@ printf '%s\n' '%key: title' >> $@ printf '%s\n' '%type: requires rec guide' >> $@