mirror of
https://github.com/juanfont/headscale.git
synced 2025-10-15 05:59:51 +00:00
Prepare for checking in generated code
This commit is contained in:
7
Makefile
7
Makefile
@@ -28,3 +28,10 @@ compress: build
|
||||
generate:
|
||||
rm -rf gen
|
||||
buf generate proto
|
||||
|
||||
install-protobuf-plugins:
|
||||
go install \
|
||||
github.com/grpc-ecosystem/grpc-gateway/v2/protoc-gen-grpc-gateway \
|
||||
github.com/grpc-ecosystem/grpc-gateway/v2/protoc-gen-openapiv2 \
|
||||
google.golang.org/protobuf/cmd/protoc-gen-go \
|
||||
google.golang.org/grpc/cmd/protoc-gen-go-grpc
|
||||
|
Reference in New Issue
Block a user