shithub: pokered

Download patch

ref: 3e8d8e930b5fa910b3e368f5df19b622928a7f34
parent: d4c563c4a3dd1a1617e4298273ff69fbc77cb7b3
author: yenatch <yenatch@gmail.com>
date: Thu Feb 13 19:13:24 EST 2014

make compare: Use md5sum -c instead of comparing a base rom

--- a/Makefile
+++ b/Makefile
@@ -31,8 +31,8 @@
 all: $(ROMS)
 red:  pokered.gbc
 blue: pokeblue.gbc
-compare: baserom.gbc pokered.gbc
-	cmp $^
+compare:
+	@md5sum -c --quiet roms.md5
 
 redrle: extras/redtools/redrle.c
 	${CC} -o $@ $<
@@ -43,9 +43,6 @@
 	find . -iname '*.tx' -exec rm {} +
 	rm -f redrle
 
-
-baserom.gbc: ;
-	@echo "Wait! Need baserom.gbc first. Check README for details." && false
 
 %.asm: ;
 .asm.tx: