Skip to content

Commit 92cc592

Browse files
committed
Update Makefiles
1 parent da969bc commit 92cc592

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Makefile.manual

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
SRC = stdlib_experimental_ascii.f90 \
22
stdlib_experimental_error.f90 \
33
stdlib_experimental_io.f90 \
4+
stdlib_experimental_kinds.f90 \
45
f18estop.f90
56

67
LIB = libstdlib.a
@@ -27,3 +28,4 @@ clean:
2728

2829
# Fortran module dependencies
2930
f18estop.o: stdlib_experimental_error.o
31+
stdlib_experimental_io.o: stdlib_experimental_kinds.o

0 commit comments

Comments
 (0)