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