aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorIIMarckus <iimarckus@gmail.com>2010-12-20 16:42:49 -0700
committerIIMarckus <iimarckus@gmail.com>2010-12-20 16:42:49 -0700
commitae9b30121c23e655f984589636cf6669fa3e1d0d (patch)
tree63f7d08b1db1f1732bb39d9e7945d1cc5640773c /Makefile
parentAdd tileset headers (thx Sawakita) (diff)
downloadpokeyellow-ae9b30121c23e655f984589636cf6669fa3e1d0d.tar.gz
pokeyellow-ae9b30121c23e655f984589636cf6669fa3e1d0d.tar.xz
pokeyellow-ae9b30121c23e655f984589636cf6669fa3e1d0d.zip
pokered.gbc should depend on constants.asm
hg-commit-id: 640e32269727
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 6203a623..83a33b44 100644
--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,7 @@ pokered.gbc: pokered.o
rgbfix -jsv -k 01 -m 0x13 -p 0 -r 03 -t "POKEMON RED" pokered.gbc
cmp baserom.gbc pokered.gbc
-pokered.o: pokered.asm
+pokered.o: pokered.asm constants.asm
rgbasm -o pokered.o pokered.asm
clean: