aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorluckytyphlosion <alan.rj.huang@gmail.com>2015-08-09 16:42:07 -0400
committerluckytyphlosion <alan.rj.huang@gmail.com>2015-08-09 16:42:07 -0400
commitaaae80f88f73ef9cf3d3b1a697b609cb2cc91c5c (patch)
tree7cdeb6180eb7eedd98231250e05aa0c41c3f9636 /Makefile
parentAttempt to make yellow buildable, part 7. (diff)
downloadpokeyellow-aaae80f88f73ef9cf3d3b1a697b609cb2cc91c5c.tar.gz
pokeyellow-aaae80f88f73ef9cf3d3b1a697b609cb2cc91c5c.tar.xz
pokeyellow-aaae80f88f73ef9cf3d3b1a697b609cb2cc91c5c.zip
Fix typos up to end of home/audio.asm
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 641b6714..ecbeb32a 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.