github.com/RevenueMonster/sqlike@v1.0.6/Makefile (about)

     1  pb:
     2  	@rm -rf ./protobuf/*.go && \
     3  	protoc --proto_path=./protobuf \
     4  	--go_out=./protobuf/ --go_opt=paths=source_relative \
     5  	--go-grpc_out=./protobuf --go-grpc_opt=paths=source_relative \
     6  	./protobuf/*.proto && \
     7  	echo "proto code generation successful"