DKC2-disassembly/Makefile
p4plus2 41b5508f97 Made the makefile ignore errors (useful for chaining make in with
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.
2017-09-06 04:23:10 -07:00

7 lines
178 B
Makefile

object = DKC2_custom.sfc
all:
asar all.asm $(object)
-@echo "b79c2bb86f6fc76e1fc61c62fc16d51c664c381e58bc2933be643bbc4d8b610c $(object)" | sha256sum -c -
clean:
rm $(object)