summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorU-Fish-PC\Daniel <corrnondacqb@yahoo.com>2013-10-31 14:35:51 -0400
committerU-Fish-PC\Daniel <corrnondacqb@yahoo.com>2013-10-31 14:35:51 -0400
commit1a34c1a43f03fa7408b9853537cdda7615b8b577 (patch)
tree69b90bc5d7ec0b0214bb4d1fbd709e5f3e608184 /Makefile
parente73d3d24aa7519b384c2ea0dcaf5d0ce034705ec (diff)
parent7ecf8b1714264ff7891480a1da9beb978356b666 (diff)
Merge branch 'master' of https://github.com/iimarckus/pokered
Conflicts: main.asm
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f481743e..3fd12308 100644
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,7 @@ TEXTFILES := $(shell find ./ -type f -name '*.asm')
all: pokered.gbc
-pokered.o: pokered.tx main.tx constants.tx music.tx wram.tx ${TEXTFILES:.asm=.tx}
+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}