diff options
| author | ISSOtm <eldredhabert0@gmail.com> | 2018-05-29 16:43:04 +0200 |
|---|---|---|
| committer | ISSOtm <eldredhabert0@gmail.com> | 2018-05-29 16:43:04 +0200 |
| commit | e6c75f2d8487311914abb327a67e183a188df3d7 (patch) | |
| tree | 1d44142b3879d1736f4c87c1f2e9b6817fd1b2a3 /Makefile | |
| parent | cc4a3e7fe52b043900d7b2f9789cfe3cf1154f77 (diff) | |
Fix disassembling mistakes
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -6,7 +6,7 @@ ROMS := pokegold-spaceworld.gb BASEROM := baserom.gb -OBJS := home.o main.o wram.o hram.o shim.o +OBJS := home.o main.o audio.o sram.o wram.o hram.o shim.o # Link objects together to build a rom. all: $(ROMS) compare @@ -34,7 +34,7 @@ $(ROMS): $(OBJS) rgbfix -f -v -k 01 -l 0x33 -m 0x03 -p 0 -r 3 -t "POKEMON2GOLD" $@ compare: $(ROMS) $(BASEROM) - cmp $^ + cmp -l $^ # Remove files generated by the build process. clean: |
