From b67ad4c90984561881c922c85f02fe78df4eeaa2 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