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 and SYSTEM_DISTROBOX variables, several improvements
* add GO variable to specify the path to the `go` binary * add SYSTEM_DISTROBOX variable, and if it's defined, skip trying to install Distrobox * 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