5
0
mirror of git://git.proxmox.com/git/pve-access-control.git synced 2025-01-08 21:18:01 +03:00

buildsys: cleanup and expand clean target

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2023-05-21 12:05:12 +02:00
parent f71246d8c4
commit 474b2ce0f8

View File

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