From 64ef46fe41662814795518e4070a48932cc8e4eb Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Thu, 31 Oct 2024 16:49:41 +0300 Subject: [PATCH] notes... Signed-off-by: Alex A. Naanou --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index f798cd2..9419805 100644 --- a/Makefile +++ b/Makefile @@ -68,6 +68,8 @@ FORCE: %.config: %/config.example +# NOTE: this will edit the config either if it does not exist or if it +# is the same as the example... config.global: config.global.example @ [ ! -e "$@" ] \ || cmp --silent "$<" "$@" \