Remove music.tx from Makefile for pokeblue

This commit is contained in:
U-Fish-PC\Daniel 2013-11-10 12:47:23 -05:00
parent b474bbdde7
commit 0e347a3b4f

View file

@ -7,7 +7,7 @@ all: pokered.gbc
pokered.o: pokered.tx main.tx constants.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}
pokeblue.o: pokeblue.tx main.tx constants.tx wram.tx ${TEXTFILES:.asm=.tx}
rgbasm -o pokeblue.o pokeblue.tx
redrle: extras/redtools/redrle.c