buildsys: cleanup and expand clean target

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2023-05-22 13:23:27 +02:00
parent d0a94a5372
commit cdf9756618

View File

@ -34,9 +34,8 @@ upload: $(DEB)
tar cf - $(DEB) | ssh repoman@repo.proxmox.com -- upload --product pve --dist $(UPLOAD_DIST)
distclean: clean
clean:
rm -rf $(BUILDDIR) *.deb *.dsc *.changes *.buildinfo *.tar.gz
rm -rf $(PACKAGE)-[0-9]*/ *.deb *.dsc *.changes *.buildinfo *.build $(PACKAGE)*.tar*
.PHONY: dinstall
dinstall: $(DEB)