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 | bump submodule to get a gbz80disasm fix (diff) | |
| download | pokeyellow-32265fb71ba95632e06e403e2222c783378d1d9d.tar.gz pokeyellow-32265fb71ba95632e06e403e2222c783378d1d9d.tar.xz pokeyellow-32265fb71ba95632e06e403e2222c783378d1d9d.zip | |
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 $@ $> |
