summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2013-07-02 14:09:14 -0400
committeryenatch <yenatch@gmail.com>2013-07-10 19:17:02 -0400
commit425b727784801b0d1f2e45f7329a1129f7172f48 (patch)
tree626aaa21d8be08ce26fa4ce89b4786480460553b
parentfbf9ae78778adb5ee6ca3291bce495a5041f8064 (diff)
make: check wram/constants
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 37e9aef4f..697515b6e 100644
--- a/Makefile
+++ b/Makefile
@@ -13,7 +13,7 @@ clean:
rm -f pokecrystal.o pokecrystal.gbc
@echo 'rm -f $(TEXTFILES:.asm=.tx)'
@rm -f $(TEXTFILES:.asm=.tx)
-pokecrystal.o: $(TEXTFILES:.asm=.tx) $(LZ_GFX) $(TWOBPP_GFX)
+pokecrystal.o: $(TEXTFILES:.asm=.tx) wram.asm constants.asm $(shell find constants/ -type f -name '*constants.asm') hram.asm gbhw.asm $(LZ_GFX) $(TWOBPP_GFX)
python prequeue.py $(TEXTQUEUE)
rgbasm -o pokecrystal.o pokecrystal.asm
.asm.tx: