diff options
author | Santo Cariotti <santo@dcariotti.me> | 2025-03-27 16:40:35 +0100 |
---|---|---|
committer | Santo Cariotti <santo@dcariotti.me> | 2025-03-27 16:40:35 +0100 |
commit | c2dd1f5e20a4054cb4194145293af4f3409759dc (patch) | |
tree | 4502611f1c55698d895960247434312f53524b01 /relay/proto/Makefile |
Init relay
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 |