mirror of
https://github.com/slackhq/nebula.git
synced 2026-07-02 19:40:29 +02:00
Public Release
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
GO111MODULE = on
|
||||
export GO111MODULE
|
||||
|
||||
cert.pb.go: cert.proto .FORCE
|
||||
go build github.com/golang/protobuf/protoc-gen-go
|
||||
PATH="$(PWD):$(PATH)" protoc --go_out=. $<
|
||||
rm protoc-gen-go
|
||||
|
||||
.FORCE:
|
||||
Reference in New Issue
Block a user