From a43ed530f281d2ea68607b6ff7f6f01c3132328f Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Thu, 24 Jun 2021 11:40:30 -0400 Subject: [PATCH] took out afsk/main for ax5043 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6c363d94..c8937829 100644 --- a/Makefile +++ b/Makefile @@ -218,7 +218,7 @@ afsk/ax5043.o: afsk/ax25.h afsk/ax5043.o: afsk/ax5043.h afsk/ax5043.o: afsk/status.h afsk/ax5043.o: afsk/utils.h -afsk/ax5043.o: afsk/main.c +#afsk/ax5043.o: afsk/main.c afsk/ax5043.o: ax5043/spi/ax5043spi.h cd afsk; gcc -std=gnu99 $(DEBUG_BEHAVIOR) -I ../ax5043 -c ax5043.c; cd ..