buildsys: expand clean target

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2023-06-12 12:52:27 +02:00
parent 43f2cf20bd
commit 44fab4d67f

View File

@ -43,5 +43,7 @@ sbuild: $(DSC)
upload: $(DEBS) upload: $(DEBS)
tar cf - $(DEBS)|ssh -X repoman@repo.proxmox.com -- upload --product pbs --dist $(DIST) --arch $(ARCH) tar cf - $(DEBS)|ssh -X repoman@repo.proxmox.com -- upload --product pbs --dist $(DIST) --arch $(ARCH)
.PHONY: clean
clean: clean:
rm -rf $(BUILD_DIR) *.deb *.buildinfo *.changes rm -rf -- $(PACKAGE)-[0-9]*/
rm -f $(PACKAGE)*.tar* *.deb *.buildinfo *.changes *.build *.dsc