troubleshoot
troubleshoot copied to clipboard
Create a make install target
Describe the rationale for the suggested feature.
To improve iterative development, i.e make change -> compile -> run binary somewhere in system, would it make sense to add a make install target that is similar to make build that can be used to install binaries to GOBIN.
Additional context
A make clean or make uninstall target will be added to remove installed binaries.
Adding <troubleshoot-path>/bin to your $PATH should achieve the same result if this feels a bit too intrusive.