Skip to content

Commit 801ee61

Browse files
committed
Use the more modern Makefile syntax
1 parent d03f203 commit 801ee61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Makefile.manual

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ OBJS = stdlib_experimental_ascii.o \
88

99
all: $(OBJS)
1010

11-
.f90.o:
11+
%.o: %.f90
1212
$(FC) $(FCFLAGS) -c $<
1313

1414
%.o: %.mod

0 commit comments

Comments
 (0)