Skip to content

Commit e3a07b5

Browse files
committed
Makefile: no need to build protos binary
For the standard make target, there is no need to build the protoc plugin binary. This can be built automatically in response to the `make protos` target. Signed-off-by: Stephen J Day <[email protected]>
1 parent 805654a commit e3a07b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ INTEGRATION_PACKAGE=${PKG}
2828
TEST_REQUIRES_ROOT_PACKAGES=$(shell for f in $$(git grep -l testutil.RequiresRoot | grep -v Makefile);do echo "${PKG}/$$(dirname $$f)"; done)
2929

3030
# Project binaries.
31-
COMMANDS=ctr containerd protoc-gen-gogoctrd
31+
COMMANDS=ctr containerd
3232
ifneq ("$(GOOS)", "windows")
3333
COMMANDS += containerd-shim
3434
endif

0 commit comments

Comments
 (0)