From 5249d8d9e5e3044040c9cbcdbc08f174f928b8a4 Mon Sep 17 00:00:00 2001 From: Wormss9 Date: Sun, 23 Nov 2025 06:03:00 +0100 Subject: [PATCH] Fix Makefile --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index e6104ef6..4fc3f40d 100644 --- a/Makefile +++ b/Makefile @@ -37,7 +37,7 @@ ifeq ($(PODMAN_BUILD),1) ifneq ("$(wildcard $(CONTAINER_TAG))","") $(PODMAN_RUN) make $@ else - $(info will not run cookbook clean as container is not built) + $(info will not run cookbook clean as container is not built) $(MAKE) clean PODMAN_BUILD=0 NOT_ON_PODMAN=1 SKIP_CHECK_TOOLS=1 endif # CONTAINER_TAG else @@ -56,7 +56,7 @@ ifeq ($(PODMAN_BUILD),1) ifneq ("$(wildcard $(CONTAINER_TAG))","") $(PODMAN_RUN) make $@ else - $(info will not run cookbook unfetch as container is not built) + $(info will not run cookbook unfetch as container is not built) $(MAKE) distclean PODMAN_BUILD=0 NOT_ON_PODMAN=1 SKIP_CHECK_TOOLS=1 endif # CONTAINER_TAG else