diff --git a/Makefile.nx b/Makefile.nx index 8592da7..5eef221 100644 --- a/Makefile.nx +++ b/Makefile.nx @@ -176,6 +176,7 @@ $(OUTPUT).nro : $(OUTPUT).elf endif $(OUTPUT).elf : $(OFILES) + $(OFILES_SRC) : $(HFILES_BIN) #---------------------------------------------------------------------------------