element/Makefile

5 lines
92 B
Makefile
Raw Permalink Normal View History

2018-09-19 01:59:54 +00:00
PACKAGES=$(shell go list ./... | grep -v /vendor/)
protos:
protobuild --quiet ${PACKAGES}