From 6d10384ae14ff6538bb34bb8dd7caf1c1c579278 Mon Sep 17 00:00:00 2001 From: "Jens W. Klein" Date: Thu, 11 Apr 2024 15:43:47 +0200 Subject: [PATCH] mxmake update --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9e40f18..ca18073 100644 --- a/Makefile +++ b/Makefile @@ -191,7 +191,7 @@ MXMAKE_FOLDER?=.mxmake # Sentinel files SENTINEL_FOLDER?=$(MXMAKE_FOLDER)/sentinels SENTINEL?=$(SENTINEL_FOLDER)/about.txt -$(SENTINEL): +$(SENTINEL): Makefile @mkdir -p $(SENTINEL_FOLDER) @echo "Sentinels for the Makefile process." > $(SENTINEL)