From 65f690d1cb4feeb97f34eade9b9d9ba68235e9de Mon Sep 17 00:00:00 2001 From: Bill Zissimopoulos Date: Tue, 6 Apr 2021 12:24:42 -0700 Subject: [PATCH] Makefile: windows: change target name --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 0b39662..0dbdb2c 100644 --- a/Makefile +++ b/Makefile @@ -39,8 +39,8 @@ racy: cd src && \ go build -race -o ../hubfs$(ExeSuffix) -.PHONY: msi -msi: build +.PHONY: win +win: build powershell -NoProfile -NonInteractive -ExecutionPolicy Unrestricted \ "Compress-Archive -Path hubfs.exe -DestinationPath .\hubfs-win-$(MyVersion).zip" candle -nologo -arch x64 -pedantic \