mirror of
https://git.proxmox.com/git/proxmox-backup-meta
synced 2025-10-04 00:29:33 +00:00
buildsys: expand clean target
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
43f2cf20bd
commit
44fab4d67f
4
Makefile
4
Makefile
@ -43,5 +43,7 @@ sbuild: $(DSC)
|
||||
upload: $(DEBS)
|
||||
tar cf - $(DEBS)|ssh -X repoman@repo.proxmox.com -- upload --product pbs --dist $(DIST) --arch $(ARCH)
|
||||
|
||||
.PHONY: clean
|
||||
clean:
|
||||
rm -rf $(BUILD_DIR) *.deb *.buildinfo *.changes
|
||||
rm -rf -- $(PACKAGE)-[0-9]*/
|
||||
rm -f $(PACKAGE)*.tar* *.deb *.buildinfo *.changes *.build *.dsc
|
||||
|
Loading…
Reference in New Issue
Block a user