Skip to content

Commit

Permalink
Makefile: windows: change target name
Browse files Browse the repository at this point in the history
  • Loading branch information
billziss-gh committed Apr 6, 2021
1 parent c8c89ea commit 65f690d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 65f690d

Please sign in to comment.