From 407cc00ea7d73fe645954d4e70560ee1a2b23d9f Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Sun, 19 Jan 2025 09:36:32 -0500 Subject: [PATCH] Update Makefile added TelemEncoding.h to main --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 4cc59e57..1604037a 100644 --- a/Makefile +++ b/Makefile @@ -182,6 +182,7 @@ main.o: afsk/status.h main.o: afsk/ax5043.h main.o: afsk/ax25.h main.o: ax5043/spi/ax5043spi.h +main.o: TelemEncoding.h g++ -std=c++14 $(DEBUG_BEHAVIOR) -I ../ax5043 -c main.cpp; telem.o: telem.c