aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2014-07-16 15:28:46 -0700
committeryenatch <yenatch@gmail.com>2014-07-16 15:28:46 -0700
commit8dd46620bc7e17c4c582a391fb95c9e29ef58576 (patch)
tree3b680ad839cffaec0b2979306e402d147e3e8102 /Makefile
parentCombine poke%.gbc build targets into a generalized one. (diff)
downloadpokeyellow-8dd46620bc7e17c4c582a391fb95c9e29ef58576.tar.gz
pokeyellow-8dd46620bc7e17c4c582a391fb95c9e29ef58576.tar.xz
pokeyellow-8dd46620bc7e17c4c582a391fb95c9e29ef58576.zip
Add a comment to the "compare" target.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 37a9ea76..e3616361 100644
--- a/Makefile
+++ b/Makefile
@@ -27,9 +27,15 @@ PYTHON := python
# 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:
.SUFFIXES: .asm .tx .o .gbc .png .2bpp .1bpp .pic