Skip to content

Commit 93b0fc4

Browse files
Update Makefile.manual
1 parent 4cd7866 commit 93b0fc4

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/Makefile.manual

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,10 @@ SRC = f18estop.f90 \
1818
stdlib_stats_moment_all.f90 \
1919
stdlib_stats_moment_mask.f90 \
2020
stdlib_stats_moment_scalar.f90 \
21-
stdlib_stats_var.f90
21+
stdlib_stats_var.f90 \
22+
stdlib_stats_distribution_PRNG.f90 \
23+
stdlib_stats_distribution_uniform.f90 \
24+
stdlib_stats_distribution_exponential.f90
2225

2326
LIB = libstdlib.a
2427

0 commit comments

Comments
 (0)