Skip to content

Commit

Permalink
fix: add raftthrift raftrpc phony
Browse files Browse the repository at this point in the history
  • Loading branch information
justlorain committed Nov 13, 2024
1 parent 17140d6 commit 205c67d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@ clean:
format:
@gofumpt -e -d -w -extra .

.PHONY: test coverage benchmark clean format

raftthrift:
cd raftthrift
thriftgo -g go -o ./ raft.thrift
Expand All @@ -43,3 +41,5 @@ raftthrift:
raftrpc:
cd raftrpc
kitex -module github.com/B1NARY-GR0UP/raft idl/rpc.thrift

.PHONY: test coverage benchmark clean format raftthrift raftrpc

0 comments on commit 205c67d

Please sign in to comment.