From e1ec56da76c3e68ae0c52dcf9a7c05498e59a794 Mon Sep 17 00:00:00 2001 From: Andrew Belt Date: Wed, 28 Mar 2018 11:56:42 -0400 Subject: [PATCH] Add dist_upload to MAkefile --- Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 4e204e02..49a922aa 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,10 @@ # Convert relative Rack directory path to absolute -RACK_DIR := $(shell realpath $(RACK_DIR)) +RACK_DIR := $(realpath $(RACK_DIR)) dist_all: for f in repos/*; do $(MAKE) -C "$$f" dist; done + +# Only useful if you have the private keys to the vcvrack.com server +dist_upload: + rsync repos/*/dist/*.zip vcvrack.com:downloads/z -uvz