summaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
authoralekseiplusplus <alekseijeaves@protonmail.com>2023-12-07 02:19:48 +1100
committeralekseiplusplus <alekseijeaves@protonmail.com>2023-12-07 02:19:48 +1100
commit98dd41e2ce7dedb81ab91342eed29da017006ea4 (patch)
treede5efd1f899815dcad218accda405873687cbaf1 /src/Makefile
parent5bb10fc4121a8c8434dcd367f2e611599a11e12e (diff)
about to rip apart my code, so saving progress
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile5
1 files changed, 4 insertions, 1 deletions
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