summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorU-Daniel-PC\Daniel <corrnondacqb@yahoo.com>2015-02-15 00:47:04 -0500
committerU-Daniel-PC\Daniel <corrnondacqb@yahoo.com>2015-02-15 00:47:04 -0500
commit7696543fb6ccfc8123d63a5f865a6e06b4e55d7a (patch)
treefeac08a559467fcef71b714b9093001daf1c158e /Makefile
parentf3a7706b8ab7ec384698477d4e34deb40344b7ad (diff)
wram.o
Diffstat (limited to 'Makefile')
-rwxr-xr-xMakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c41aa7a..5f0feaf 100755
--- a/Makefile
+++ b/Makefile
@@ -5,7 +5,7 @@
.SECONDEXPANSION:
ROMS := tcg.gbc
-OBJS := main.o gfx.o text.o audio.o
+OBJS := main.o gfx.o text.o audio.o wram.o
$(foreach obj, $(OBJS), \
$(eval $(obj:.o=)_dep := $(shell python extras/scan_includes.py $(obj:.o=.asm))) \