shithub: pokered

Download patch

ref: 8dd46620bc7e17c4c582a391fb95c9e29ef58576
parent: 4ad367ba98b15a8b03d25963cd7b9a8125d2285f
author: yenatch <yenatch@gmail.com>
date: Wed Jul 16 11:28:46 EDT 2014

Add a comment to the "compare" target.

--- a/Makefile
+++ b/Makefile
@@ -27,8 +27,14 @@
 
 # md5sum -c is used to compare rom hashes. The options may vary across platforms.
 MD5 := md5sum -c --quiet
+
+
+# The compare target is a shortcut to check that the build matches the original roms exactly.
+# This is for contributors to make sure a change didn't affect the contents of the rom.
+# More thorough comparison can be made by diffing the output of hexdump -C against both roms.
 compare:
 	@$(MD5) roms.md5
+
 
 # Clear the default suffixes.
 .SUFFIXES: