Skip to content

Commit

Permalink
Fix Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
mattn committed Nov 17, 2021
1 parent 1a2c98c commit 5bfe178
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ $(GOBIN)/gobump:

.PHONY: cross
cross: $(GOBIN)/goxz
goxz -n $(BIN) -pv=v$(VERSION) -build-ldflags=$(BUILD_LDFLAGS) .
goxz -n $(BIN) -os=windows -pv=v$(VERSION) -build-ldflags=$(BUILD_LDFLAGS) .

$(GOBIN)/goxz:
cd && go get github.com/Songmu/goxz/cmd/goxz
Expand Down

0 comments on commit 5bfe178

Please sign in to comment.