diff options
| author | Sanqui <gsanky@gmail.com> | 2018-05-27 17:36:18 +0200 |
|---|---|---|
| committer | Sanqui <gsanky@gmail.com> | 2018-05-27 17:36:18 +0200 |
| commit | e87da085fd76c758b108fc1a0f567dcb0609335d (patch) | |
| tree | d844912fd3eeb587f3d3303636b7d9287f6d6155 /Makefile | |
| parent | 770e1803fc5b13d61f932b36f78c85ae53b86c70 (diff) | |
| parent | fbc1050dc2592477c59ba9770b1efacf0190c1d7 (diff) | |
Merge branch 'master' of git.sanqui.net:pret/pokegold-spaceworld
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 shim.o +OBJS := home.o main.o wram.o shim.o # Link objects together to build a rom. all: $(ROMS) compare |
