Makefile: remove duplicates when consolidating objects

This commit is contained in:
yenatch 2014-01-23 18:18:07 -05:00
parent fbe9cdde27
commit 896cc790d1

View file

@ -17,6 +17,7 @@ audio_blue.o \
text.o
OBJS := $(RED_OBJS) $(BLUE_OBJS)
OBJS := $(sort $(OBJS))
ROMS := pokered.gbc pokeblue.gbc