nebula/cert/Makefile

10 lines
189 B
Makefile
Raw Normal View History

2019-11-19 18:00:20 +01:00
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: