protofilters/Makefile

12 lines
176 B
Makefile
Raw Permalink Normal View History

2021-06-01 18:15:36 +00:00
.PHONY: proto
proto:
@protoc -I. --go_out=paths=source_relative:. ./*.proto
.PHONY: proto-test
proto-test:
@protoc -I. --go_out=paths=source_relative:. tests/pb/*.proto