-
Notifications
You must be signed in to change notification settings - Fork 15
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
Add examples directory and a simple Makefile for possible CI inclusion #9
Conversation
QA
|
.PHONY: deps | ||
deps: | ||
$(GOPATH)/bin/godeps -u dependencies.tsv | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
How about adding a create-deps?
👍 with suggestions. QA was good. Thanks! |
|
||
# Start of GOPATH-dependent targets. Some targets only make sense - | ||
# and will only work - when this tree is found on the GOPATH. | ||
ifeq ($(CURDIR),$(PROJECT_DIR)) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
interesting
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@mitechie cribbed from juju/charmstore
👍 ty for the update with one comment. |
Flesh out make targets, update readme with command. Extra whitespace removed Add help to .PHONY Flesh out README to be more copy-pastable
Thanks for the reviews! |
Add examples directory and a simple Makefile for possible CI inclusion
No description provided.