From aaae80f88f73ef9cf3d3b1a697b609cb2cc91c5c Mon Sep 17 00:00:00 2001 From: luckytyphlosion Date: Sun, 9 Aug 2015 16:42:07 -0400 Subject: Fix typos up to end of home/audio.asm --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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. -- cgit v1.2.3