From: Thomas Lamprecht Date: Wed, 17 May 2023 15:45:47 +0000 (+0200) Subject: buildsys: cleanup and expand clean target X-Git-Url: https://git.proxmox.com/?p=proxmox-mini-journalreader.git;a=commitdiff_plain;h=802ed804b65d41708b991efa7ea1b0d354b29d0a buildsys: cleanup and expand clean target Signed-off-by: Thomas Lamprecht --- diff --git a/Makefile b/Makefile index ddf867e..412f879 100644 --- a/Makefile +++ b/Makefile @@ -38,7 +38,7 @@ dinstall: $(DEB) .PHONY: clean clean: - rm -rf $(BUILDDIR) *.deb *.buildinfo *.changes *.dsc *.tar.gz + rm -rf $(PACKAGE)-[0-9]*/ *.deb *.buildinfo *.build *.changes *.dsc *.tar.* .PHONY: upload upload: $(DEBS)