mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-09-17 02:40:50 +12:00
make compare depends on red and blue being built.
This commit is contained in:
parent
4a8f7d3dd2
commit
6e8f6f66c1
2
Makefile
2
Makefile
|
@ -32,7 +32,7 @@ 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: red blue
|
||||
@$(MD5) roms.md5
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue