From dca5443652f7193e0804f6c8c0ef4268000f675e Mon Sep 17 00:00:00 2001 From: Pika <15848969+ThatNerdyPikachu@users.noreply.github.com> Date: Mon, 13 Aug 2018 19:05:30 -0400 Subject: [PATCH] fixed --- Makefile.nx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile.nx b/Makefile.nx index aa4f8d2..8592da7 100644 --- a/Makefile.nx +++ b/Makefile.nx @@ -176,6 +176,7 @@ $(OUTPUT).nro : $(OUTPUT).elf endif $(OUTPUT).elf : $(OFILES) +$(OFILES_SRC) : $(HFILES_BIN) #--------------------------------------------------------------------------------- # you need a rule like this for each extension you use as binary data @@ -190,8 +191,6 @@ $(OUTPUT).elf : $(OFILES) @echo $(notdir $<) @$(bin2o) -$(OFILES_SRC) : $(HFILES_BIN) - -include $(DEPENDS) #---------------------------------------------------------------------------------------