From 2c90c14d72a7ae23e4a73e5153159e8be113404f Mon Sep 17 00:00:00 2001 From: deepend Date: Wed, 25 Feb 2026 00:57:30 -0700 Subject: [PATCH] Removed an unneeded comment above the $(CONFIG_STAMP) target in Makefile, leaving behavior unchanged and just cleaning up the file. --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index 2d267a60..ab533354 100644 --- a/Makefile +++ b/Makefile @@ -14,7 +14,6 @@ CONFIG_STAMP := $(BUILD_DIR)/build.ninja all: build -# Only run initial meson setup if we don't have a configured build dir yet. $(CONFIG_STAMP): @mkdir -p $(BUILD_DIR) @env NINJA=$(NINJA) $(MESON) setup $(BUILD_DIR) --prefix=$(PREFIX) $(MESON_SETUP_ARGS)