41b5508f97
modified ROM tests), documented some more of the anti piracy routine. Split some tables into their relative pointers and data. Some Rareware logo routine documentation.
7 lines
178 B
Makefile
7 lines
178 B
Makefile
object = DKC2_custom.sfc
|
|
|
|
all:
|
|
asar all.asm $(object)
|
|
-@echo "b79c2bb86f6fc76e1fc61c62fc16d51c664c381e58bc2933be643bbc4d8b610c $(object)" | sha256sum -c -
|
|
clean:
|
|
rm $(object)
|