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) #---------------------------------------------------------------------------------------