summaryrefslogtreecommitdiffstats
path: root/matchblox/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'matchblox/Makefile')
-rw-r--r--matchblox/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/matchblox/Makefile b/matchblox/Makefile
index 0222105..5522125 100644
--- a/matchblox/Makefile
+++ b/matchblox/Makefile
@@ -6,11 +6,11 @@ CC=gcc
all: matchblox_menu matchblox_engine
- $(CXX) $(LDFLAGS) main.o bitmap.o button.o font.o menu.o C_3DObject.o C_Hand.o C_Block.o C_Log.o C_Environment.o C_Box.o C_MatchBloxEngine.o -o MatchBlox
+ $(CXX) $(LDFLAGS) main.o message_queue.o bitmap.o button.o font.o menu.o C_3DObject.o C_Hand.o C_Block.o C_Log.o C_Environment.o C_Box.o C_MatchBloxEngine.o -o MatchBlox
matchblox_common:
- $(CC) $(CFLAGS) -o message_queue -c common/message_queue.c
+ $(CC) $(CFLAGS) -o message_queue.o -c common/message_queue.c
$(CC) $(CFLAGS) -o bitmap.o -c common/bitmap.c
$(CC) $(CFLAGS) -o font.o -c common/font.c