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