From 38d35687d440f13100cbe89a476f6a559c3eed7c Mon Sep 17 00:00:00 2001 From: Cyril Brulebois Date: Sat, 29 Nov 2025 12:10:05 +0100 Subject: [PATCH] Avoid hardcoding filenames in _clean_yaml. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index cab1385..48da239 100644 --- a/Makefile +++ b/Makefile @@ -57,7 +57,7 @@ _ck_root: [ `whoami` = 'root' ] # Only root can summon vmdb2 ☹ _clean_yaml: - rm -f $(addsuffix .yaml,$(platforms)) raspi_base_bookworm.yaml raspi_base_trixie.yaml raspi_base_forky.yaml + rm -f $(addsuffix .yaml,$(platforms)) $(foreach rel,$(BUILD_RELEASES),raspi_base_$(rel).yaml) _clean_images: rm -f $(addsuffix .img,$(platforms)) _clean_xzimages: