summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorISSOtm <eldredhabert0@gmail.com>2018-05-27 01:04:28 +0200
committerISSOtm <eldredhabert0@gmail.com>2018-05-27 01:04:28 +0200
commitc48cf5565c9ece114d41abc913e7649e118ca4e6 (patch)
tree67572fcaaaa0727b999f4503aea1a292321858b0 /Makefile
parent775d9f7ef0f8436039567e9071cd39c405e998b5 (diff)
Move home to its own file
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 6b95aa7..a3c4e68 100644
--- a/Makefile
+++ b/Makefile
@@ -6,7 +6,7 @@
ROMS := pokegold-spaceworld.gb
BASEROM := baserom.gb
-OBJS := main.o wram.o
+OBJS := home.o main.o wram.o
# Link objects together to build a rom.
all: $(ROMS) compare