summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/Makefile2
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