Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(Makefile): GO variable, several improvements
* add GO variable to specify the path to the `go` binary * make `BINARY_NAME` a target, so `make install` only rebuilds if the binary is not present * assign variables using `:=` (simple expansion) to avoid potential gotchas caused by recursive expansion
- Loading branch information