More input parsing

This commit is contained in:
Ian Gulliver
2016-03-10 17:54:32 -08:00
parent 3cea6ea262
commit 31392f48b9
4 changed files with 679 additions and 249 deletions

View File

@@ -1,7 +1,7 @@
all: adsb-ws
proto/adsb.pb.go: ../../proto/adsb.proto
protoc --gofast_out=. --proto_path=../.. ../../proto/adsb.proto
protoc --gogoslick_out=. --proto_path=../.. $<
adsb-ws: *.go proto/adsb.pb.go
go build