From a89bd08c442b2681efc7888cb8238e0fc3d7a45d Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Mon, 15 Jan 2024 01:06:15 +0300 Subject: [PATCH] tweaking... Signed-off-by: Alex A. Naanou --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index eea04cd..1909b1f 100644 --- a/Makefile +++ b/Makefile @@ -53,8 +53,8 @@ check: check-message $(foreach dep,$(DEPENDENCIES),require($(dep))) FORCE: -%: %/make.sh FORCE - $< +%: config %/make.sh FORCE + $*/make.sh %.config: %/config.example