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
+8-25Lines changed: 8 additions & 25 deletions
Original file line number
Diff line number
Diff line change
@@ -57,15 +57,15 @@ TESTFLAGS_PARALLEL ?= 8
57
57
# Use this to replace `go test` with, for instance, `gotestsum`
58
58
GOTEST ?= $(GO) test
59
59
60
-
.PHONY: clean all AUTHORS build binaries test integration generate protos check-protos coverage ci check help install vendor install-protobuf install-protobuild
60
+
.PHONY: clean all AUTHORS build binaries test integration generate protos check-protos coverage ci check help install vendor maintainer-clean
61
61
.DEFAULT: default
62
62
63
63
# Forcibly set the default goal to all, in case an include above brought in a rule definition.
0 commit comments