Browse Source
make: Only build "godeps" binary once.
pull/75/head
Joachim Bauch
1 month ago
No known key found for this signature in database
GPG Key ID: 77C1D22D53E15F02
1 changed files with
3 additions and
1 deletions
-
Makefile
|
|
@ -46,7 +46,9 @@ endif |
|
|
|
hook: |
|
|
|
[ ! -d "$(CURDIR)/.git/hooks" ] || ln -sf "$(CURDIR)/scripts/pre-commit.hook" "$(CURDIR)/.git/hooks/pre-commit" |
|
|
|
|
|
|
|
godeps: |
|
|
|
godeps: $(VENDORBIN)/godeps |
|
|
|
|
|
|
|
$(VENDORBIN)/godeps: |
|
|
|
GOPATH=$(GOPATH) $(GO) get github.com/rogpeppe/godeps |
|
|
|
|
|
|
|
easyjson: dependencies |
|
|
|