Update Makefile

Co-authored-by: Martin HS <martin@swende.se>
This commit is contained in:
Halimao 2024-01-20 23:01:55 +08:00 committed by GitHub
parent bc6234aad3
commit f56ec6ff63
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -35,7 +35,7 @@ clean:
# The devtools target installs tools required for 'go generate'.
# You need to put $GOBIN (or $GOPATH/bin) in your PATH to use 'go generate'.
#? devtools: Install pre-requirement developer tools
#? devtools: Install required developer tools
devtools:
env GOBIN= go install golang.org/x/tools/cmd/stringer@latest
env GOBIN= go install github.com/fjl/gencodec@latest