Skip to content

Commit c41c475

Browse files
committed
peerswaprpc: update Makefile to add buf cli command
1 parent 8a6d52e commit c41c475

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

peerswaprpc/Makefile

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,19 @@ STUBS= \
88

99
all-rpc:
1010
buf generate
11+
.PHONY: all-rpc
12+
13+
buf-lint:
14+
buf lint
15+
.PHONY: all-rpc
16+
17+
buf-format:
18+
buf format -w
19+
.PHONY: all-rpc
1120

1221
clean-rpc:
1322
rm -f ${STUBS}
1423

15-
.PHONY: all-rpc-docker
1624
all-rpc-docker:
1725
./gen_protos_docker.sh
18-
26+
.PHONY: all-rpc-docker

0 commit comments

Comments
 (0)