2vbl tunnel! 30fps
[gbajam21] / Makefile
index a83188f..301519d 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -41,7 +41,7 @@ $(bin): $(elf)
        gbafix -r0 $(bin)
 
 $(elf): data/snd.h $(obj) $(libs)
-       $(CC) -o $(elf) $(obj) -specs=gba.specs $(LDFLAGS)
+       $(CC) -o $(elf) $(obj) -specs=gba.specs -Wl,-Map,link.map $(LDFLAGS)
 
 -include $(dep)