Check the sha256 of the assembled ROM agains the known value
This commit is contained in:
parent
64ce9bcb6e
commit
c93e766c4d
1 changed files with 5 additions and 3 deletions
8
Makefile
8
Makefile
|
@ -1,5 +1,7 @@
|
|||
object = DKC2_custom.sfc
|
||||
|
||||
all:
|
||||
asar all.asm DKC2_custom.sfc
|
||||
md5sum *.sfc
|
||||
asar all.asm $(object)
|
||||
@echo "b79c2bb86f6fc76e1fc61c62fc16d51c664c381e58bc2933be643bbc4d8b610c $(object)" | sha256sum -c -
|
||||
clean:
|
||||
rm DKC2_custom.sfc
|
||||
rm $(object)
|
||||
|
|
Loading…
Add table
Reference in a new issue