Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
wataboru committed May 13, 2022
1 parent 23ff022 commit bf84e9f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@ show-version: $(GOBIN)/gobump
@gobump show -r $(VERSION_PATH)

$(GOBIN)/gobump:
@cd && go install github.com/x-motemen/gobump/cmd/gobump
@cd && go install github.com/x-motemen/gobump/cmd/gobump@latest

.PHONY: cross
cross: $(GONAME)/goxz
goxz -n $(NAME) -pv=v$(VERSION) -build-ldflags=$(BUILD_LDFLAGS) ./cmd/$(NAME)

$(GONAME)/goxz:
cd && go install github.com/Songmu/goxz/cmd/goxz
cd && go install github.com/Songmu/goxz/cmd/goxz@latest

.PHONY: test
test: build
Expand All @@ -53,4 +53,4 @@ upload: $(GONAME)/ghr
ghr "v$(VERSION)" goxz

$(GONAME)/ghr:
cd && go install github.com/tcnksm/ghr
cd && go install github.com/tcnksm/ghr@latest

0 comments on commit bf84e9f

Please sign in to comment.