4 lines
92 B
Makefile
4 lines
92 B
Makefile
PACKAGES=$(shell go list ./... | grep -v /vendor/)
|
|
|
|
protos:
|
|
protobuild --quiet ${PACKAGES}
|