From: Thomas Lamprecht Date: Sun, 7 May 2023 11:18:17 +0000 (+0200) Subject: buildsys: expand clean target X-Git-Url: https://git.proxmox.com/?p=proxmox-acme.git;a=commitdiff_plain;h=0cd0eb5b8f61dab21a2a71988031bdb372df5c52 buildsys: expand clean target Signed-off-by: Thomas Lamprecht --- diff --git a/Makefile b/Makefile index 6ee83da..9c214bc 100644 --- a/Makefile +++ b/Makefile @@ -46,7 +46,7 @@ dinstall: $(DEBS) .PHONY: clean clean: - rm -rf $(SRC)-*/ $(BUILDDIR).tmp *.deb *.buildinfo *.changes *.dsc *.tar.?z + rm -rf $(SRC)-*/ $(BUILDDIR).tmp *.deb *.buildinfo *.build *.changes *.dsc *.tar.?z .PHONY: upload upload: UPLOAD_DIST ?= $(DEB_DISTRIBUTION)