Merge pull request #75 from strukturag/multiple-godeps

make: Only build "godeps" binary once.
This commit is contained in:
Joachim Bauch 2021-01-21 14:27:30 +01:00 committed by GitHub
commit 61000f5f69
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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