summaryrefslogtreecommitdiff
path: root/Makefile
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 /Makefile
parent423c9ef70b49c2786b9f708b32364800cda45e79 (diff)
make pokeblue.gbc compile again
Diffstat (limited to 'Makefile')
-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 $@ $>