diff options
author | Bryan Bishop <kanzure@gmail.com> | 2013-09-04 21:50:58 -0500 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2013-09-04 21:50:58 -0500 |
commit | 32265fb71ba95632e06e403e2222c783378d1d9d (patch) | |
tree | 8f7492548615c26cbf6d3aa632c889eba50b8b1b /Makefile | |
parent | 423c9ef70b49c2786b9f708b32364800cda45e79 (diff) |
make pokeblue.gbc compile again
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 $@ $> |