shithub: pokered

Download patch

ref: 896cc790d1c6b3ce1d84ec74df2199069ef42aed
parent: fbe9cdde27f2fad18a68168769bcdca647712260
author: yenatch <yenatch@gmail.com>
date: Thu Jan 23 13:18:07 EST 2014

Makefile: remove duplicates when consolidating objects

--- a/Makefile
+++ b/Makefile
@@ -17,6 +17,7 @@
 text.o
 
 OBJS := $(RED_OBJS) $(BLUE_OBJS)
+OBJS := $(sort $(OBJS))
 
 ROMS := pokered.gbc pokeblue.gbc