summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorU-Fish-PC\Daniel <corrnondacqb@yahoo.com>2013-11-10 12:47:23 -0500
committerU-Fish-PC\Daniel <corrnondacqb@yahoo.com>2013-11-10 12:47:23 -0500
commit0e347a3b4fcad5004d292508e14491f2719f8e7f (patch)
tree7ab2b0d5566645c501c9fe743d1ed15cf48552f7
parentb474bbdde70aef4ca0e82ec025da9b9888c1e882 (diff)
Remove music.tx from Makefile for pokeblue
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 3fd12308..cb0b7036 100644
--- a/Makefile
+++ b/Makefile
@@ -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