From 0e347a3b4fcad5004d292508e14491f2719f8e7f Mon Sep 17 00:00:00 2001 From: "U-Fish-PC\\Daniel" Date: Sun, 10 Nov 2013 12:47:23 -0500 Subject: Remove music.tx from Makefile for pokeblue --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3