From 90207530178a5eeb7915ac17c3b98c639ea639ee Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Thu, 24 Jun 2021 12:06:30 -0400 Subject: [PATCH] Update Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 67aa61a0..ca2c8318 100644 --- a/Makefile +++ b/Makefile @@ -84,7 +84,7 @@ cubesatsim: afsk/ax5043.o #cubesatsim: TelemEncoding.o #cubesatsim: afsk/main.o cubesatsim: main.o - gcc -std=gnu99 $(DEBUG_BEHAVIOR) -o cubesatsim -Wall -Wextra -L./ afsk/ax25.o afsk/ax5043.o TelemEncoding.o main.o -lwiringPi -lax5043 -lm + gcc -std=gnu99 $(DEBUG_BEHAVIOR) -o cubesatsim -Wall -Wextra -L./ afsk/ax25.o afsk/ax5043.o main.o -lwiringPi -lax5043 -lm telem: telem.o gcc -std=gnu99 $(DEBUG_BEHAVIOR) -o telem -Wall -Wextra -L./ telem.o -lwiringPi