From: John Tsiombikas Date: Wed, 7 Apr 2021 14:36:19 +0000 (+0300) Subject: fixed missing dependency to aas_data.h X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?p=gbajam21;a=commitdiff_plain;h=065e6ec5a28f8895e6bc226ed561716df92609c5 fixed missing dependency to aas_data.h --- diff --git a/Makefile b/Makefile index 3d0b9d4..a0281a9 100644 --- a/Makefile +++ b/Makefile @@ -38,7 +38,7 @@ $(bin): $(elf) $(OBJCOPY) -O binary $(elf) $(bin) gbafix -r0 $(bin) -$(elf): $(obj) $(libs) +$(elf): data/aas_data.h $(obj) $(libs) $(CC) -o $(elf) $(obj) -specs=gba.specs $(LDFLAGS) -include $(dep)