From 596fcd64ebc6db91f999f08218c28d6d155e779b Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Thu, 24 Jun 2021 13:31:07 -0400 Subject: [PATCH] added cubesatsim.h --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 47bb873a..e1dc2c6d 100644 --- a/Makefile +++ b/Makefile @@ -78,6 +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: libax5043.a cubesatsim: afsk/ax25.o cubesatsim: afsk/ax5043.o