make pokeblue.gbc compile again

This commit is contained in:
Bryan Bishop 2013-09-04 21:50:58 -05:00
parent 423c9ef70b
commit 32265fb71b

View file

@ -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 $@ $>