From 221ddebc37ed89a98b8d9f609e16d8b73fd72832 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Fri, 26 Oct 2018 07:07:47 -0400 Subject: [PATCH] removed afsktx --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index df539a65..8c378f36 100644 --- a/Makefile +++ b/Makefile @@ -228,9 +228,9 @@ afsk/main.o: ax5043/spi/ax5043spi.h afsk/send_afsk.o: afsk/send_afsk.c afsk/send_afsk.o: afsk/send_afsk.h -afsk/send_afsk.o: afsktx/status.h -afsk/send_afsk.o: afsktx/ax5043.h -afsk/send_afsk.o: afsktx/ax25.h +afsk/send_afsk.o: afsk/status.h +afsk/send_afsk.o: afsk/ax5043.h +afsk/send_afsk.o: afsk/ax25.h cd afsk; gcc -I ../ax5043 -pedantic -Wconversion -Wall -Wextra -c send_afsk.c; cd .. cw/cw_main.o: cw/cw_main.c