another attempt to fix dependency issues

This commit is contained in:
PikalaxALT 2022-02-01 09:08:10 -05:00
parent dce4112d6e
commit 6fee87e663

View File

@ -86,6 +86,7 @@ PROJECT_CLEAN_TARGETS += $(FX_CONST_H)
$(FX_CONST_H): $(TOOLSDIR)/gen_fx_consts/fx_const.csv
$(MKFXCONST) $@
sdk: $(FX_CONST_H)
$(WORK_DIR)/include/global.h: $(FX_CONST_H) ;
# Convenience targets
heartgold: ; @$(MAKE) GAME_VERSION=HEARTGOLD