diff options
author | alekseiplusplus <alekseijeaves@protonmail.com> | 2024-04-04 19:48:35 +1100 |
---|---|---|
committer | alekseiplusplus <alekseijeaves@protonmail.com> | 2024-04-04 19:48:35 +1100 |
commit | 70d9ba208adb69876c8445f2a8e57ee7b4942259 (patch) | |
tree | 59360736a42343bc9c2858d63fbac8443ad717b1 | |
parent | 79456640c548cff9125a5ba137538642e3c41141 (diff) |
-rw-r--r-- | src/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |