Skip to content

Commit

Permalink
Makefile: Don't require extra windows dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
tkw1536 committed Apr 8, 2022
1 parent a5e9e79 commit 700a907
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ $(BINARY_MACOS): deps
CGO_ENABLED=0 GOOS=darwin GOARCH=amd64 $(GOBUILD) -ldflags="$(GGMANVERSIONFLAGS) -s -w" -o $(BINARY_MACOS) $(GGMAN_CMD_SRC)

$(BINARY_WINDOWS): deps
-go get golang.org/x/sys/windows
CGO_ENABLED=0 GOOS=windows GOARCH=amd64 $(GOBUILD) -ldflags="$(GGMANVERSIONFLAGS) -s -w" -o $(BINARY_WINDOWS) $(GGMAN_CMD_SRC)

dist: $(BINARY_UNIX) $(BINARY_MACOS) $(BINARY_WINDOWS)
Expand Down

0 comments on commit 700a907

Please sign in to comment.