aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index a61875e9..f889f2aa 100644
--- a/Makefile
+++ b/Makefile
@@ -8,13 +8,16 @@ 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)
+OBJS := $(sort $(OBJS))
ROMS := pokered.gbc pokeblue.gbc