98758d4287
This PR updates GNUMakefile to respect $GOBIN if it is set in the environment or via an $GOENV file. Previously we hard-coded the output to $GOPATH/bin, which is not necessarily the desired behavior.
4 lines
79 B
Plaintext
4 lines
79 B
Plaintext
```release-note:improvement
|
|
build: make targets now respect GOBIN variable
|
|
```
|