Add go proto build rule
This commit is contained in:
@@ -1,4 +1,10 @@
|
||||
all: adsb-ws
|
||||
|
||||
adsb-ws: *.go
|
||||
proto/adsb.pb.go: ../../proto/adsb.proto
|
||||
protoc --gofast_out=. --proto_path=../.. ../../proto/adsb.proto
|
||||
|
||||
adsb-ws: *.go proto/adsb.pb.go
|
||||
go build
|
||||
|
||||
clean:
|
||||
rm -f adsb-ws
|
||||
|
||||
1492
sinks/adsb-ws/proto/adsb.pb.go
Normal file
1492
sinks/adsb-ws/proto/adsb.pb.go
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user