Skip to content

Commit 2381809

Browse files
jvdp1awvwgk
andauthored
Update src/Makefile.manual
Co-authored-by: Sebastian Ehlert <28669218+awvwgk@users.noreply.github.com>
1 parent 3e988de commit 2381809

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Makefile.manual

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ clean:
4747
%.o: %.f90
4848
$(FC) $(FFLAGS) -c $<
4949

50-
%.f90: %.fypp common.fypp
50+
$(SRCGEN): %.f90: %.fypp common.fypp
5151
fypp $(FYPPFLAGS) $< $@
5252

5353
# Fortran module dependencies

0 commit comments

Comments
 (0)