From 70d9ba208adb69876c8445f2a8e57ee7b4942259 Mon Sep 17 00:00:00 2001 From: alekseiplusplus Date: Thu, 4 Apr 2024 19:48:35 +1100 Subject: 1 line in Makefile --- src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Makefile') diff --git a/src/Makefile b/src/Makefile index 1502ab7..8127812 100644 --- a/src/Makefile +++ b/src/Makefile @@ -3,7 +3,7 @@ default: apple-c apple-c: computer.a video.a - gcc -o ../$@ -lncurses -lSDL main.c $^ + gcc -o ../$@ main.c $^ -lncurses -lSDL # Internal Static Libraries -- cgit v1.2.3