Skip to content
This repository was archived by the owner on Oct 15, 2020. It is now read-only.

Conversation

@hskang9
Copy link

@hskang9 hskang9 commented Jan 26, 2020

The project requires building go-bindata for gophers who have not installed it. I tried to add commands to build it in Makefile, but go does not allow building other projects inside a project root folder and makefile fixes the go command to be executed in the project root folder only. Eventually, I had to make a separate bash script that builds go-bindata and run it in Makefile.

@hskang9 hskang9 requested a review from jackzampolin January 26, 2020 15:03
go test
cd go-bindata
go build
mv go-bindata /usr/local/bin/ No newline at end of file
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

does it not automatically build it for you?. also if you have your GOBIN set then the mv shouldn't be necessary

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants