We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e988de commit 2381809Copy full SHA for 2381809
src/Makefile.manual
@@ -47,7 +47,7 @@ clean:
47
%.o: %.f90
48
$(FC) $(FFLAGS) -c $<
49
50
-%.f90: %.fypp common.fypp
+$(SRCGEN): %.f90: %.fypp common.fypp
51
fypp $(FYPPFLAGS) $< $@
52
53
# Fortran module dependencies
0 commit comments