summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 93cfddb..8d0f2db 100644
--- a/Makefile
+++ b/Makefile
@@ -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: