From f2c4ba6e32e454caf7615bb71115fd6a1355a0fd Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Thu, 24 Jun 2021 13:27:50 -0400 Subject: [PATCH] typo o to c --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 88b7b6b4..47bb873a 100644 --- a/Makefile +++ b/Makefile @@ -89,7 +89,7 @@ cubesatsim: main.o telem: telem.o gcc -std=gnu99 $(DEBUG_BEHAVIOR) -o telem -Wall -Wextra -L./ telem.o -lwiringPi -TelemEncoding.o: TelemEncoding.o +TelemEncoding.o: TelemEncoding.c TelemEncoding.o: TelemEncoding.h gcc -std=gnu99 $(DEBUG_BEHAVIOR) -Wall -Wextra -c TelemEncoding.c