summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2013-05-18 04:13:45 -0400
committeryenatch <yenatch@gmail.com>2013-05-18 04:46:52 -0400
commit40946fd5254ca4447dcb7c394c9d4ff2273aad2a (patch)
tree2acd9121b36a76735e32e4c610a894a0b7087a00
parente3565bd7007b194b04ceecaf1909fff65062211f (diff)
confident enough in lz make target to include it in general compile
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 2d74da1f9..6a17a0b5a 100644
--- a/Makefile
+++ b/Makefile
@@ -34,7 +34,7 @@ clean:
winclean:
del main.tx pokecrystal.o pokecrystal.gbc .\text\sweethoney.tx .\text\phone\bill.tx .\text\phone\elm.tx .\text\phone\mom.tx .\text\phone\trainers1.tx .\text\common.tx .\text\common_2.tx .\text\common_3.tx
-pokecrystal.o: pokecrystal.asm constants.asm wram.asm ${TEXTFILES}
+pokecrystal.o: pokecrystal.asm constants.asm wram.asm ${TEXTFILES} lzs
rgbasm -o pokecrystal.o pokecrystal.asm
.asm.tx: