aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBryan Bishop <kanzure@gmail.com>2013-09-04 21:50:58 -0500
committerBryan Bishop <kanzure@gmail.com>2013-09-04 21:50:58 -0500
commit32265fb71ba95632e06e403e2222c783378d1d9d (patch)
tree8f7492548615c26cbf6d3aa632c889eba50b8b1b
parentbump submodule to get a gbz80disasm fix (diff)
downloadpokeyellow-32265fb71ba95632e06e403e2222c783378d1d9d.tar.gz
pokeyellow-32265fb71ba95632e06e403e2222c783378d1d9d.tar.xz
pokeyellow-32265fb71ba95632e06e403e2222c783378d1d9d.zip
make pokeblue.gbc compile again
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d588dacb..f481743e 100644
--- a/Makefile
+++ b/Makefile
@@ -8,7 +8,7 @@ pokered.o: pokered.tx main.tx constants.tx music.tx wram.tx ${TEXTFILES:.asm=.tx
rgbasm -o pokered.o pokered.tx
pokeblue.o: pokeblue.tx main.tx constants.tx music.tx wram.tx ${TEXTFILES:.asm=.tx}
- rgbasm -o pokeblue.o pokeblue.asm
+ rgbasm -o pokeblue.o pokeblue.tx
redrle: extras/redtools/redrle.c
${CC} -o $@ $>