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