diff --git a/Makefile b/Makefile index 7419c5f..912a7f9 100644 --- a/Makefile +++ b/Makefile @@ -182,7 +182,7 @@ $(OBJDIR)/%.d: $(SRCDIR)/%.f90 | $(OBJDIR) @sed -nE 's@^#include "(.+)"@$(INCDIR)/\1@p' '$<' >> '$@' # Load the generated rules -include $(DEPS) +-include $(DEPS) # Compile a generic Fortran source $(OBJDIR)/%.o: $(SRCDIR)/%.f90 | $(OBJDIR) $(INCDIR)