From 19c517bca455c10e7cba6699084b8cbeb8cc8137 Mon Sep 17 00:00:00 2001 From: luckytyphlosion Date: Mon, 3 Aug 2015 22:10:30 -0400 Subject: Attempt to make yellow buildable, part 7. Builds but not to baserom.gbc. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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. -- cgit v1.3.1-sl0p