Update diff-init to be dependent on just the uncompressed rom (#372)

This commit is contained in:
Derek Hensley 2021-11-02 13:05:53 -07:00 committed by GitHub
parent 5a4bceea2c
commit c761477799
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -232,7 +232,7 @@ disasm:
$(RM) -rf asm data
python3 tools/disasm/disasm.py
diff-init: all
diff-init: uncompressed
$(RM) -rf expected/
mkdir -p expected/
cp -r build expected/build