I started patching this because I couldn't see any reason to have these hard set after manually running go build....
Right now it's set so that GOARCH is amd64 by default but I'm not sure why to set it here at all. Like generalizing the makefile to support these args isn't substantially faster than just doing it manually.
it also offers:
- u/i-nstall from/to $GOPATH/bin
- extension (on windows)
- man page (via pandoc - for darwin/linux - also supported by uninstall)
- separates cleaning into pre/post
I started patching this because I couldn't see any reason to have these hard set after manually running
go build....Right now it's set so that
GOARCHis amd64 by default but I'm not sure why to set it here at all. Like generalizing the makefile to support these args isn't substantially faster than just doing it manually.it also offers: