Verify baserom is original dump (#16)

This commit is contained in:
Foxlet 2021-02-27 02:55:55 -05:00 committed by GitHub
parent be9be4c5f4
commit c00df333f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 1 deletions

View File

@ -61,7 +61,7 @@ split:
rm -rf $(DATA_DIRS) $(ASM_DIRS)
python3 ./tools/splat/split.py --rom baserom.z64 --outdir . splat.yaml
setup: clean submodules split
setup: baseverify clean submodules split
$(BUILD_DIR):
echo $(C_FILES)
@ -91,6 +91,9 @@ $(BUILD_DIR)/$(TARGET).bin: $(BUILD_DIR)/$(TARGET).elf
$(BUILD_DIR)/$(TARGET).z64: $(BUILD_DIR)/$(TARGET).bin
@cp $< $@
baseverify:
md5sum -c baserom.md5
verify: $(BUILD_DIR)/$(TARGET).z64
md5sum -c checksum.md5

1
baserom.md5 Normal file
View File

@ -0,0 +1 @@
49f7bb346ade39d1915c22e090ffd748 baserom.z64