aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorluckytyphlosion <alan.rj.huang@gmail.com>2015-08-03 22:10:30 -0400
committerluckytyphlosion <alan.rj.huang@gmail.com>2015-08-03 22:10:30 -0400
commit19c517bca455c10e7cba6699084b8cbeb8cc8137 (patch)
tree7e9d6d44fc91e6b655c8e63e02880f30ab37260a /Makefile
parentAttempt to make Yellow buildable, part 6. (diff)
downloadpokeyellow-19c517bca455c10e7cba6699084b8cbeb8cc8137.tar.gz
pokeyellow-19c517bca455c10e7cba6699084b8cbeb8cc8137.tar.xz
pokeyellow-19c517bca455c10e7cba6699084b8cbeb8cc8137.zip
Attempt to make yellow buildable, part 7.
Builds but not to baserom.gbc.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ecbeb32a..641b6714 100644
--- a/Makefile
+++ b/Makefile
@@ -21,7 +21,7 @@ yellow_opt = $(cgb_opt) -t "POKEMON YELLOW"
PYTHON := python
# md5sum -c is used to compare rom hashes. The options may vary across platforms.
-MD5 := md5sum -c --quiet
+MD5 := md5sum -c #--quiet
# The compare target is a shortcut to check that the build matches the original roms exactly.