10 lines
204 B
Makefile
10 lines
204 B
Makefile
.PHONY: generate
|
|
|
|
install-requirements:
|
|
brew install protobuf lua luarocks && luarocks install protobuf && luarocks install grpc
|
|
|
|
verify-install:
|
|
protoc --version
|
|
lua -v
|
|
luarocks list | grep protobuf
|