diff options
| author | ISSOtm <eldredhabert0@gmail.com> | 2018-05-27 01:04:28 +0200 |
|---|---|---|
| committer | ISSOtm <eldredhabert0@gmail.com> | 2018-05-27 01:04:28 +0200 |
| commit | c48cf5565c9ece114d41abc913e7649e118ca4e6 (patch) | |
| tree | 67572fcaaaa0727b999f4503aea1a292321858b0 /Makefile | |
| parent | 775d9f7ef0f8436039567e9071cd39c405e998b5 (diff) | |
Move home to its own file
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
