From 7f616554e678f300180d9bbbd6af1fbd3798669e Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Thu, 24 Jun 2021 13:38:03 -0400 Subject: [PATCH] changed to main.h --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index e1dc2c6d..962fbc1d 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ all: DEBUG_BEHAVIOR= all: libax5043.a -all: cubesatsim +all: cube all: telem debug: DEBUG_BEHAVIOR = -DDEBUG_LOGGING @@ -78,7 +78,7 @@ libax5043.a: ax5043/spi/ax5043spi.o #testafsktx: afsktx/main.o # gcc -std=gnu99 $(DEBUG_BEHAVIOR) -o testafsktx -Wall -Wextra -L./ afsktx/ax25.o afsktx/ax5043.o afsktx/main.o -lwiringPi -lax5043 -cubesatsim: cubesatsim.h +cubesatsim: main.h cubesatsim: libax5043.a cubesatsim: afsk/ax25.o cubesatsim: afsk/ax5043.o