buildsys: expand clean target

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2023-05-07 13:18:17 +02:00
parent d397cfa1d2
commit 0cd0eb5b8f

View File

@ -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)