You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Makefile
+1-8Lines changed: 1 addition & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -56,7 +56,7 @@ include Makefile.$(target_os)
56
56
TESTFLAGS ?= -v $(TESTFLAGS_RACE)
57
57
TESTFLAGS_PARALLEL ?= 8
58
58
59
-
.PHONY: clean all AUTHORS fmt vet lint dco build binaries test integration setup generate protos checkprotos coverage ci check help install uninstall vendor release
59
+
.PHONY: clean all AUTHORS fmt vet lint dco build binaries test integration generate protos checkprotos coverage ci check help install uninstall vendor release
60
60
.DEFAULT: default
61
61
62
62
all: binaries
@@ -70,13 +70,6 @@ ci: check binaries checkprotos coverage coverage-integration ## to be used by th
70
70
AUTHORS: .mailmap .git/HEAD
71
71
git log --format='%aN <%aE>'| sort -fu >$@
72
72
73
-
setup: ## install dependencies
74
-
@echo "$(WHALE)$@"
75
-
# TODO(stevvooe): Install these from the vendor directory
76
-
@go get -u github.com/alecthomas/gometalinter
77
-
@gometalinter --install > /dev/null
78
-
@go get -u github.com/stevvooe/protobuild
79
-
80
73
generate: protos
81
74
@echo "$(WHALE)$@"
82
75
@PATH=${ROOTDIR}/bin:${PATH} go generate -x ${PACKAGES}
0 commit comments