X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=Makefile;h=301519d9ca6d0c4da49e49571dc15ef8824d03d1;hb=f6d4c2f2ee940cadff5c5792c789ba86b9df7d4d;hp=a83188ff16f306cfac9d3ea5ba04dae5a70e7e47;hpb=622fc6ef720a41a066e1bfcbdc6e003609da2da7;p=gbajam21 diff --git a/Makefile b/Makefile index a83188f..301519d 100644 --- 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)