Skip to content

Commit 4274f0d

Browse files
committed
stat_cmake: update Makefile
1 parent 17e3d16 commit 4274f0d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/Makefile.manual

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ SRC = stdlib_experimental_ascii.f90 \
44
stdlib_experimental_optval.f90 \
55
stdlib_experimental_kinds.f90 \
66
f18estop.f90 \
7-
stdlib_experimental_stats.f90 \
8-
stdlib_experimental_stats_mean.f90
7+
f03_stdlib_experimental_stats.f90 \
8+
f03_stdlib_experimental_stats_mean.f90
99

1010
LIB = libstdlib.a
1111

@@ -36,7 +36,7 @@ stdlib_experimental_io.o: \
3636
stdlib_experimental_optval.o \
3737
stdlib_experimental_kinds.o
3838
stdlib_experimental_optval.o: stdlib_experimental_kinds.o
39-
stdlib_experimental_stats_mean.o: \
39+
f03_stdlib_experimental_stats_mean.o: \
4040
stdlib_experimental_optval.o \
4141
stdlib_experimental_kinds.o \
42-
stdlib_experimental_stats.o
42+
f03_stdlib_experimental_stats.o

0 commit comments

Comments
 (0)