From 4aa9623344003adb90b98b50f99fa0096affa7f5 Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Thu, 18 Oct 2018 19:21:20 -0400 Subject: [PATCH] Update Makefile --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 21e38bd1..78589357 100644 --- a/Makefile +++ b/Makefile @@ -63,9 +63,8 @@ cw/ax5043.o: ax5043/spi/ax5043spi.h radiocw: libax5043.a radiocw: cw/ax25.o radiocw: cw/ax5043.o -radiocw: cw/main.o radiocw: cw/cw_main.o - gcc -o radiocw -pthread -L./ cw/ax25.o cw/ax5043.o cw/main.o cw/cw_main.o -lwiringPi -lax5043 + gcc -o radiocw -pthread -L./ cw/ax25.o cw/ax5043.o cw/cw_main.o -lwiringPi -lax5043 radiopiglatin: libax5043.a radiopiglatin: piglatin/piglatin_main.o