diff --git a/Makefile b/Makefile index 15760a31..a7a177f1 100644 --- a/Makefile +++ b/Makefile @@ -55,3 +55,10 @@ clean: .PHONY: update update: cargo update + +%-upload: %-deb + cd build; \ + dcmd --deb rust-$*_*.changes \ + | grep -v '.changes$$' \ + | tar -cf- -T- \ + | ssh -X repoman@repo.proxmox.com upload --product devel --dist buster