diff --git a/Makefile b/Makefile index 74e1edc..c4f8f7d 100644 --- a/Makefile +++ b/Makefile @@ -50,12 +50,10 @@ upload: UPLOAD_DIST ?= $(DEB_DISTRIBUTION) upload: $(DEB) tar cf - $(DEB) | ssh -X repoman@repo.proxmox.com -- upload --product pmg --dist $(UPLOAD_DIST) - -CLEANFILES = *~ debian/*~ *.deb $(BUILDSRC) libxdgmime-perl* *.buildinfo *.build *.dsc *tar.?z - .PHONY: clean -clean: - rm -rf $(CLEANFILES) +clean: + rm -rf build $(PACKAGE)-[0-9]*/ + rm -f *.deb *.buildinfo *.build *.dsc *.changes $(PACKAGE)*tar* .PHONY: dinstall dinstall: $(DEB)