summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorehw <Knuckles500@gmail.com>2018-06-09 19:31:23 -0400
committerGitHub <noreply@github.com>2018-06-09 19:31:23 -0400
commit311187e6c8dcccf7ef69085f2d69cda0dc8d9ab8 (patch)
treea0bf4b69ac161ed90120d56ada6117fd015bf715 /Makefile
parent04dbd44cb88d311081114054aaba1294db27c136 (diff)
parent38f3f4126994b19ac30eff61b912e89ed9387991 (diff)
Merge pull request #11 from pret/master
Merge master
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 4d04083..37561a9 100644
--- a/Makefile
+++ b/Makefile
@@ -21,7 +21,7 @@ CORRECTEDROM := $(ROM:%.gb=%-correctheader.gb)
rwildcard = $(foreach d, $(wildcard $1*), $(filter $(subst *, %, $2), $d) $(call rwildcard, $d/, $2))
DIRS := home engine data audio
-OBJS := $(addprefix $(BUILD)/, gfx.o sram.o wram.o hram.o shim.o)
+OBJS := $(addprefix $(BUILD)/, gfx.o vram.o sram.o wram.o hram.o shim.o)
OBJS += $(patsubst %.asm, $(BUILD)/%.o, $(call rwildcard, $(DIRS), *.asm))
GFX := $(patsubst %.png, $(BUILD)/%.2bpp, \