From 98dd41e2ce7dedb81ab91342eed29da017006ea4 Mon Sep 17 00:00:00 2001 From: alekseiplusplus Date: Thu, 7 Dec 2023 02:19:48 +1100 Subject: about to rip apart my code, so saving progress --- src/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/Makefile') diff --git a/src/Makefile b/src/Makefile index 22cf4fc..c7bf2a8 100644 --- a/src/Makefile +++ b/src/Makefile @@ -9,7 +9,10 @@ BUILD_STATIC_LIBRARY = ar -rcs $@ $^ # Executable Targets default: computer.a video.a - gcc -g -o ../apple-c -lncurses main.c $^ + gcc -o ../apple-c -lncurses main.c $^ + +test: computer.a video.a + gcc -o ../test.out -lncurses test.c $^ # Internal Libraries -- cgit v1.2.3