From c512bfdeb8da875070266c9d5b3526995f9a6b69 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Sat, 22 Sep 2018 17:57:31 -0400 Subject: [PATCH] fixed radiocw libax5043 typo --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index dba9e00d..afe93459 100644 --- a/Makefile +++ b/Makefile @@ -53,7 +53,7 @@ radiochat: libax5043.a radiochat: chat/chat_main.o gcc -o radiochat -pthread -L./ chat/chat_main.o -lwiringPi -lax5043 -raiocw: libax5043.a +radiocw: libax5043.a radiocw: cw/cw_main.o gcc -o radiocw -pthread -L./ cw/cw_main.o -lwiringPi -lax5043