mirror of
https://github.com/zestydevy/dinosaur-planet.git
synced 2024-11-23 05:19:43 +00:00
Verify baserom is original dump (#16)
This commit is contained in:
parent
be9be4c5f4
commit
c00df333f0
5
Makefile
5
Makefile
@ -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
1
baserom.md5
Normal file
@ -0,0 +1 @@
|
||||
49f7bb346ade39d1915c22e090ffd748 baserom.z64
|
Loading…
Reference in New Issue
Block a user