From dedf08d9ec78704d21f1bf43617d615da97249e6 Mon Sep 17 00:00:00 2001 From: Louis Royer Date: Thu, 19 Mar 2026 13:30:40 +0100 Subject: [PATCH] Don't display comment in Makefile --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 5cb31c5..fc1d0b0 100644 --- a/Makefile +++ b/Makefile @@ -21,9 +21,9 @@ $(BCOMPOSE): templates/compose.yaml.j2 scripts/jinja/customize.py $(BCONFIG) @j2 --customize scripts/jinja/customize.py -o $(BCOMPOSE) templates/compose.yaml.j2 $(BCONFIG) $(BCONFIG): - # Note: "default-config.yaml" is not a dependency of this target - # to avoid overriding local config. - # You may want to do a "make clean" when updating the template. + @# Note: "default-config.yaml" is not a dependency of this target + @# to avoid overriding local config. + @# You may want to do a "make clean" when updating the template. @echo Copying default-config.yaml into $(BCONFIG) @mkdir -p $$(dirname $(BCONFIG)) @cp default-config.yaml $(BCONFIG)