From b553c23d5bbe4e42801be278f79eac218b62d4d6 Mon Sep 17 00:00:00 2001 From: Nick Craig-Wood Date: Fri, 12 May 2017 10:03:35 +0100 Subject: [PATCH] Automate production of zip files for Windows --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile b/Makefile index cf0dfdc0d..6b3efd51f 100644 --- a/Makefile +++ b/Makefile @@ -137,3 +137,7 @@ startdev: gen_tests: cd fstest/fstests && go generate + +winzip: + zip -9 rclone-$(TAG).zip rclone.exe +