Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

makefile: hard-set GOOS and GOARCH #5

Open
kendfss opened this issue May 5, 2022 · 0 comments · May be fixed by #6
Open

makefile: hard-set GOOS and GOARCH #5

kendfss opened this issue May 5, 2022 · 0 comments · May be fixed by #6

Comments

@kendfss
Copy link

kendfss commented May 5, 2022

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
@kendfss kendfss linked a pull request May 5, 2022 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant