kopia lustrzana https://github.com/cyoung/stratux
use standard go command to build; build the 1090es relay too
rodzic
51924cb25d
commit
6457d40887
|
@ -3,3 +3,4 @@ dump978/uat2esnt
|
|||
dump978/uat2json
|
||||
dump978/uat2text
|
||||
gen_gdl90
|
||||
1090es_relay
|
||||
|
|
4
Makefile
4
Makefile
|
@ -1,4 +1,6 @@
|
|||
all:
|
||||
GOARCH=6 go-linux-arm build gen_gdl90.go traffic.go ry835ai.go
|
||||
GOOS=linux GOARCH=arm GOARM=6 go build gen_gdl90.go traffic.go ry835ai.go
|
||||
GOOS=linux GOARCH=arm GOARM=6 go build 1090es_relay.go
|
||||
clean:
|
||||
rm -f gen_gdl90
|
||||
rm -f 1090es_relay
|
Ładowanie…
Reference in New Issue