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 f8881a0 commit 256b815Copy full SHA for 256b815
src/Makefile.manual
@@ -78,8 +78,8 @@ stdlib_stats_distribution_uniform.o: \
78
stdlib_stats_distribution_normal.o: \
79
stdlib_kinds.o \
80
stdlib_error.o \
81
- stdlib_stats_distribution.PRNG.o \
82
- stdlib_stats_distribution.uniform.o
+ stdlib_stats_distribution_PRNG.o \
+ stdlib_stats_distribution_uniform.o
83
84
# Fortran sources that are built from fypp templates
85
stdlib_bitsets_64.f90: stdlib_bitsets_64.fypp
0 commit comments