From b05b44df20ce63af6de5d5d1f250044c7d42964c Mon Sep 17 00:00:00 2001 From: Mazet Laurent Date: Wed, 5 Mar 2025 13:56:32 +0100 Subject: [PATCH] add purge rule --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index c9dbc38..5eeb7d0 100644 --- a/Makefile +++ b/Makefile @@ -39,6 +39,9 @@ simple-cdd/tmp/mirror/dists/bookworm/main/dep11/Components-amd64.yml.gz: clean: rm -f $(TARGET_DEB) $(TARGET_ISO) +purge: clean + rm -rf simple-cdd/tmp + version: echo $(VERSION) $(ISOVER) .PHONY: $(TARGET_DEB) -- 2.30.2