diff options
Diffstat (limited to 'relay/proto/Makefile')
-rw-r--r-- | relay/proto/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/relay/proto/Makefile b/relay/proto/Makefile new file mode 100644 index 0000000..fa95be4 --- /dev/null +++ b/relay/proto/Makefile @@ -0,0 +1,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 |