add purge rule master
authorMazet Laurent <mazet@softndesign.org>
Wed, 5 Mar 2025 12:56:32 +0000 (13:56 +0100)
committerMazet Laurent <mazet@softndesign.org>
Wed, 5 Mar 2025 12:56:32 +0000 (13:56 +0100)
Makefile

index c9dbc382c0b43849f82b535d9f386e95ed9772a1..5eeb7d0e1cb61e5604b1e4c221a0706aad6278a6 100644 (file)
--- 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)
 
 clean:
        rm -f $(TARGET_DEB) $(TARGET_ISO)
 
+purge: clean
+       rm -rf simple-cdd/tmp
+
 version:
        echo $(VERSION) $(ISOVER)
 .PHONY: $(TARGET_DEB)
 version:
        echo $(VERSION) $(ISOVER)
 .PHONY: $(TARGET_DEB)