From 1e6acd036f9e78897ba41cb56a4989e8d7ef37f4 Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Wed, 24 Jul 2019 11:25:18 -0400 Subject: [PATCH] add telem executable --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index fb4b81ef..54601dfc 100644 --- a/Makefile +++ b/Makefile @@ -2,11 +2,13 @@ all: DEBUG_BEHAVIOR= all: libax5043.a all: radioafsk all: radiocw +all: telem debug: DEBUG_BEHAVIOR = -DDEBUG_LOGGING debug: libax5043.a debug: radioafsk debug: radiocw +debug: telem rebuild: clean rebuild: all