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: