1
0
Fork 0
mirror of https://github.com/zeldaret/oot.git synced 2024-11-10 19:20:13 +00:00

Add Makefile dependencies to rebuild some files when editing actor, object and effect tables in include/tables/

This commit is contained in:
Dragorn421 2021-12-23 23:43:12 +01:00
parent dbfdf90257
commit c6b9a92139
No known key found for this signature in database
GPG key ID: 8ACAE4BA399BD6B0

View file

@ -239,6 +239,9 @@ build/dmadata_table_spec.h: build/$(SPEC)
build/src/boot/z_std_dma.o: build/dmadata_table_spec.h
build/src/dmadata/dmadata.o: build/dmadata_table_spec.h
build/src/code/z_actor_dlftbls.o: include/tables/actor_table.h
build/src/code/z_scene.o: include/tables/object_table.h
build/src/code/z_effect_soft_sprite_dlftbls.o: include/tables/effect_ss_table.h
build/src/overlays/%.o: src/overlays/%.c
$(CC) -c $(CFLAGS) $(MIPS_VERSION) $(OPTFLAGS) -o $@ $<