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

Improve Makefile, add multiple targets #98

Merged
merged 2 commits into from
Mar 12, 2018

Conversation

seemethere
Copy link
Contributor

@seemethere seemethere commented Mar 9, 2018

Was trying to do a make build on the project and found that it didn't work.

Adds targets to do things like:

  • build
  • install
  • vendor

There'll be a follow up PR to do the vendoring as well so that you can actually build from the source directory instead of having to install all the dependencies into your $GOPATH/src/

ping @ilikebits

Signed-off-by: Eli Uriegas eli.uriegas@docker.com

Adds targets to do things like:
* build
* install
* vendor

Signed-off-by: Eli Uriegas <eli.uriegas@docker.com>
@elldritch
Copy link
Member

Gotcha. Saw vendor PR before this, and this makes a lot of sense now. LGTM, will merge in once we get a CLA set up.

@elldritch
Copy link
Member

We've got a CLA set up using SAP's CLA assistant (see "details" link in the PR merge check or direct link here). Our CLA is modelled after the ASF's, so everything in it should be pretty standard. The intent here is to allow us to potentially relicense down the road without needing to chase down all contributors. Happy to merge this and #99 in as soon as you sign!

@elldritch elldritch merged commit 4fde932 into fossas:master Mar 12, 2018
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 this pull request may close these issues.

None yet

2 participants