We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1100659 commit 79927e4Copy full SHA for 79927e4
1 file changed
Makefile
@@ -3,7 +3,7 @@ GOFMT_FILES?=$$(find . -name '*.go' |grep -v vendor)
3
4
.PHONY : install
5
install:
6
- go build -i -v -mod=vendor -o out/ucloud main.go
+ go build -v -mod=vendor -o out/ucloud main.go
7
cp out/ucloud /usr/local/bin
8
9
.PHONY : build-darwin-amd64
0 commit comments