mirror of
https://github.com/rh-hideout/pokeemerald-expansion.git
synced 2026-03-21 18:04:50 -05:00
Make trainerproc-generated files depend on trainerproc (#9414)
This commit is contained in:
parent
298b647251
commit
c3bd23c26f
|
|
@ -7,5 +7,5 @@ AUTO_GEN_TARGETS += src/data/battle_partners.h
|
|||
AUTO_GEN_TARGETS += test/battle/trainer_control.h
|
||||
AUTO_GEN_TARGETS += src/data/debug_trainers.h
|
||||
|
||||
%.h: %.party
|
||||
%.h: %.party $(TRAINERPROC)
|
||||
$(CPP) $(CPPFLAGS) -traditional-cpp - < $< | $(TRAINERPROC) -o $@ -i $< -
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user