From 7ead31573544515cbbd52a35c3931d728ca7ad74 Mon Sep 17 00:00:00 2001 From: Christopher Young Date: Thu, 20 Aug 2015 12:58:25 -0400 Subject: [PATCH] Remove 1090es support, merging into traffic.go --- .gitignore | 1 - Makefile | 2 -- 2 files changed, 3 deletions(-) diff --git a/.gitignore b/.gitignore index 93a5248f..cda7a260 100644 --- a/.gitignore +++ b/.gitignore @@ -3,4 +3,3 @@ dump978/uat2esnt dump978/uat2json dump978/uat2text gen_gdl90 -1090es_relay diff --git a/Makefile b/Makefile index 59cf9289..8a453745 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,4 @@ all: 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 \ No newline at end of file