From c540795686267163d0d8bc9510dcc29381089e8f Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht <t.lamprecht@proxmox.com> Date: Thu, 10 Nov 2022 15:08:54 +0100 Subject: [PATCH] buildsys: remove all archlinux*.tar* files on dist-clean Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com> --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 60f086a..5488988 100644 --- a/Makefile +++ b/Makefile @@ -51,3 +51,4 @@ clean: .PHONY: distclean distclean: @$(PERL) ./aab dist-clean + rm -rf archlinux*.tar*