From c7614777996e430d58211b8b21c9473cc4cbc044 Mon Sep 17 00:00:00 2001 From: Derek Hensley Date: Tue, 2 Nov 2021 13:05:53 -0700 Subject: [PATCH] Update diff-init to be dependent on just the uncompressed rom (#372) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 349c50b67d..cf23794bdc 100644 --- a/Makefile +++ b/Makefile @@ -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