We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93a5fc0 commit 50b25c6Copy full SHA for 50b25c6
Makefile
@@ -7,7 +7,7 @@ GOBIN ?= $(shell go env GOPATH)/bin
7
export GO111MODULE=on
8
9
.PHONY: all
10
-all: clean build
+all: build
11
12
.PHONY: build
13
build:
@@ -22,7 +22,7 @@ show-version: $(GOBIN)/gobump
22
@gobump show -r $(VERSION_PATH)
23
24
$(GOBIN)/gobump:
25
- @cd && go get github.com/motemen/gobump/cmd/gobump
+ @cd && go get github.com/x-motemen/gobump/cmd/gobump
26
27
.PHONY: cross
28
cross: $(GOBIN)/goxz
0 commit comments