Files
msw/Makefile
2024-05-16 15:51:06 +08:00

6 lines
266 B
Makefile

all:
protoc --go_out=. --go_opt=paths=source_relative --go-grpc_out=. --go-grpc_opt=paths=source_relative proto/msw.proto
go build -o msw \
main/main.go
# python -m grpc_tools.protoc -I ../proto/ --python_out=. --pyi_out=. --grpc_python_out=. ../proto/msw.proto