mirror of
https://git.proxmox.com/git/proxmox-mailgateway
synced 2025-04-29 03:42:14 +00:00
buildsys: safer clean target
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
1f11c55787
commit
eb45cd58e1
4
Makefile
4
Makefile
@ -46,5 +46,5 @@ upload: $(DEBS)
|
||||
tar cf - $(DEBS)|ssh -X repoman@repo.proxmox.com -- upload --product pmg --dist $(UPLOAD_DIST)
|
||||
|
||||
clean:
|
||||
rm -rf $(PACKAGE)-[0-9]*/ $(PACKAGE)*.tar.* *.deb *.dsc *build *.buildinfo *.changes
|
||||
find . -name '*~' -exec rm {} ';'
|
||||
rm -rf $(PACKAGE)-[0-9]*/
|
||||
rm -f $(PACKAGE)*.tar.* *.deb *.dsc *build *.buildinfo *.changes
|
||||
|
Loading…
Reference in New Issue
Block a user