Skip to content

Commit

Permalink
update makefile to support latest golang version (#79)
Browse files Browse the repository at this point in the history
* update makefile to support lastest golang version
  • Loading branch information
wangrzneu authored Mar 27, 2024
1 parent 1100659 commit 79927e4
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 @@ -3,7 +3,7 @@ GOFMT_FILES?=$$(find . -name '*.go' |grep -v vendor)

.PHONY : install
install:
go build -i -v -mod=vendor -o out/ucloud main.go
go build -v -mod=vendor -o out/ucloud main.go
cp out/ucloud /usr/local/bin

.PHONY : build-darwin-amd64
Expand Down

0 comments on commit 79927e4

Please sign in to comment.