diff --git a/Makefile b/Makefile index 292ef82..bd539fc 100644 --- a/Makefile +++ b/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