mirror of
https://github.com/zeldaret/oot
synced 2026-06-11 21:18:55 -04:00
Add Makefile dependencies to rebuild some files when editing actor, object and effect tables in include/tables/
This commit is contained in:
@@ -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 $@ $<
|
||||
|
||||
Reference in New Issue
Block a user