diff --git a/Makefile b/Makefile index 9dcfbf3..b5d7ce9 100644 --- a/Makefile +++ b/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