From 33a959fcea76a3654cb041ed31bdd612428dd9a2 Mon Sep 17 00:00:00 2001 From: Malin Freeborn Date: Wed, 13 Aug 2025 22:09:48 +0200 Subject: [PATCH] note makefile warning --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index e013a9b..6cc9f44 100644 --- a/Makefile +++ b/Makefile @@ -38,6 +38,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 $? ) printf '%s\n' '%rec: guide' > $@ printf '%s\n' '%key: title' >> $@ printf '%s\n' '%type: requires rec guide' >> $@