troubleshoot icon indicating copy to clipboard operation
troubleshoot copied to clipboard

Create a make install target

Open banjoh opened this issue 2 years ago • 1 comments

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.

banjoh avatar Jul 10 '23 17:07 banjoh

Adding <troubleshoot-path>/bin to your $PATH should achieve the same result if this feels a bit too intrusive.

banjoh avatar Jul 10 '23 18:07 banjoh