This commit is contained in:
Ethan Roseman 2020-04-25 01:52:11 -04:00
parent ad284cf3ea
commit 36be594786
2 changed files with 6 additions and 2 deletions

View File

@ -39,7 +39,7 @@ default: all
MAKEFILE_SPLIT = Makefile.split
include $(MAKEFILE_SPLIT)
all: fix_asm $(TARGET).z64
all: fix_asm $(TARGET).z64 verify
clean:
rm -rf build
@ -64,7 +64,7 @@ $(BUILD_DIR)/$(TARGET).bin: $(BUILD_DIR)/$(TARGET).elf
# final z64 updates checksum
$(TARGET).z64: $(BUILD_DIR)/$(TARGET).bin
$(N64CKSUM) $< $@
cp $< $@
fix_asm:
./fix_asm.py
@ -81,4 +81,7 @@ test: $(TARGET).z64
load: $(TARGET).z64
$(LOADER) $(LOADER_FLAGS) $<
verify: $(TARGET).z64
md5sum -c checksum.md5
.PHONY: all clean default diff test

1
papermario/checksum.md5 Normal file
View File

@ -0,0 +1 @@
a722f8161ff489943191330bf8416496 PAPERMARIO.z64