From a6f9aaf9f52caab49017dfde3701306fd94f0af6 Mon Sep 17 00:00:00 2001 From: Christopher Young Date: Wed, 10 May 2017 09:43:57 -0400 Subject: [PATCH] TEMPORARY: get latest 'goflying' packages in Makefile. --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 4035debf2..5f80e3efd 100644 --- a/Makefile +++ b/Makefile @@ -13,6 +13,8 @@ all: xgen_gdl90: go get -t -d -v ./main ./test ./godump978 ./uatparse ./sensors + go get -u github.com/westphae/goflying/ahrs + go get -u github.com/westphae/goflying/ahrsweb go build $(BUILDINFO) -p 4 main/gen_gdl90.go main/traffic.go main/gps.go main/network.go main/managementinterface.go main/sdr.go main/ping.go main/uibroadcast.go main/monotonic.go main/datalog.go main/equations.go main/sensors.go xdump1090: