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:
parent
dbfdf90257
commit
c6b9a92139
1 changed files with 3 additions and 0 deletions
3
Makefile
3
Makefile
|
@ -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 $@ $<
|
||||
|
|
Loading…
Reference in a new issue