buildsys: expand clean target

Signed-off-by: Fiona Ebner <f.ebner@proxmox.com>
 [ T: remove all tarballs for a package and any .deb ]
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
master
Fiona Ebner 2023-05-19 13:22:00 +02:00 committed by Thomas Lamprecht
parent 030fa1db4b
commit 19a11f24a5
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ upload: $(DEBS)
.PHONY: distclean clean
distclean: clean
clean:
rm -rf $(BUILDDIR) $(PACKAGE)*.deb *.buildinfo *.changes
rm -rf $(PACKAGE)-[0-9]*/ $(PACKAGE)*.tar* *.deb *.dsc *.build *.buildinfo *.changes
.PHONY: dinstall
dinstall: $(DEBS)