From 54a796b69a2c21ba7dd9fd9667af1c633da24f6a Mon Sep 17 00:00:00 2001 From: Andrew Belt Date: Wed, 28 Mar 2018 03:00:03 -0400 Subject: [PATCH] Remove dependencies of `make upload` --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f99c0ec9..a144a750 100644 --- a/Makefile +++ b/Makefile @@ -206,7 +206,7 @@ endif # Obviously this will only work if you have the private keys to my server UPLOAD_URL := vortico@vcvrack.com:files/ -upload: dist distplugins +upload: ifeq ($(ARCH), mac) rsync dist/*.dmg $(UPLOAD_URL) -zP endif