summaryrefslogtreecommitdiff
path: root/relay/proto/Makefile
blob: fa95be49a03da5522930e270e2c45f6f0d71d455 (plain)
1
2
3
4
5
6
protoc:
	protoc --go_out=. --go_opt=paths=source_relative --go-grpc_out=. --go-grpc_opt=paths=source_relative relay.proto

clean:
	rm -rf relay.pb.go
	rm -rf relay_grpc.pb.go