6 lines
266 B
Makefile
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
|