From b600dd763c8f49c63147de709b1c01aaf0cc35c2 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Thu, 17 Oct 2024 14:43:50 +0300 Subject: [PATCH] ... Signed-off-by: Alex A. Naanou --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index f489012..5013313 100644 --- a/Makefile +++ b/Makefile @@ -62,12 +62,12 @@ FORCE: %-bootstrap: export BOOTSTRAP=1 %-bootstrap: % - echo + true %-bootstrap-clean: export BOOTSTRAP_CLEAN=1 %-bootstrap-clean: % - echo + true %: config %/make.sh FORCE