cosmos-sdk/docs/spec/ibc/protobuf/Makefile
2018-04-17 16:28:32 +02:00

8 lines
84 B
Makefile

.PHONEY: proto test
proto:
protoc --gogo_out=. *.proto
test: proto
go install .