mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-03-26 06:19:20 +13:00
Add a comment to the "compare" target.
This commit is contained in:
parent
4ad367ba98
commit
8dd46620bc
1 changed files with 6 additions and 0 deletions
6
Makefile
6
Makefile
|
|
@ -27,9 +27,15 @@ PYTHON := python
|
||||||
|
|
||||||
# md5sum -c is used to compare rom hashes. The options may vary across platforms.
|
# 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.
|
||||||
|
# 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:
|
compare:
|
||||||
@$(MD5) roms.md5
|
@$(MD5) roms.md5
|
||||||
|
|
||||||
|
|
||||||
# Clear the default suffixes.
|
# Clear the default suffixes.
|
||||||
.SUFFIXES:
|
.SUFFIXES:
|
||||||
.SUFFIXES: .asm .tx .o .gbc .png .2bpp .1bpp .pic
|
.SUFFIXES: .asm .tx .o .gbc .png .2bpp .1bpp .pic
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue