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 17e3d16 commit 4274f0dCopy full SHA for 4274f0d
src/Makefile.manual
@@ -4,8 +4,8 @@ SRC = stdlib_experimental_ascii.f90 \
4
stdlib_experimental_optval.f90 \
5
stdlib_experimental_kinds.f90 \
6
f18estop.f90 \
7
- stdlib_experimental_stats.f90 \
8
- stdlib_experimental_stats_mean.f90
+ f03_stdlib_experimental_stats.f90 \
+ f03_stdlib_experimental_stats_mean.f90
9
10
LIB = libstdlib.a
11
@@ -36,7 +36,7 @@ stdlib_experimental_io.o: \
36
stdlib_experimental_optval.o \
37
stdlib_experimental_kinds.o
38
stdlib_experimental_optval.o: stdlib_experimental_kinds.o
39
-stdlib_experimental_stats_mean.o: \
+f03_stdlib_experimental_stats_mean.o: \
40
41
stdlib_experimental_kinds.o \
42
- stdlib_experimental_stats.o
+ f03_stdlib_experimental_stats.o
0 commit comments