summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index a61875e9..6c673590 100644
--- a/Makefile
+++ b/Makefile
@@ -8,11 +8,13 @@ TEXTQUEUE :=
RED_OBJS := \
pokered.o \
-audio_red.o
+audio_red.o \
+text.o
BLUE_OBJS := \
pokeblue.o \
-audio_blue.o
+audio_blue.o \
+text.o
OBJS := $(RED_OBJS) $(BLUE_OBJS)