Check the sha256 of the assembled ROM agains the known value

This commit is contained in:
Rodrigo A. do Amaral 2017-07-04 17:53:17 -03:00
parent 64ce9bcb6e
commit c93e766c4d

View file

@ -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)