mirror of https://github.com/zeldaret/mm.git
Update diff-init to be dependent on just the uncompressed rom (#372)
This commit is contained in:
parent
5a4bceea2c
commit
c761477799
2
Makefile
2
Makefile
|
@ -232,7 +232,7 @@ disasm:
|
||||||
$(RM) -rf asm data
|
$(RM) -rf asm data
|
||||||
python3 tools/disasm/disasm.py
|
python3 tools/disasm/disasm.py
|
||||||
|
|
||||||
diff-init: all
|
diff-init: uncompressed
|
||||||
$(RM) -rf expected/
|
$(RM) -rf expected/
|
||||||
mkdir -p expected/
|
mkdir -p expected/
|
||||||
cp -r build expected/build
|
cp -r build expected/build
|
||||||
|
|
Loading…
Reference in New Issue