summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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))) \