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 90eb9aa commit e235bc4Copy full SHA for e235bc4
src/Makefile.manual
@@ -56,7 +56,9 @@ $(SRCGEN): %.f90: %.fypp common.fypp
56
57
# Fortran module dependencies
58
f18estop.o: stdlib_error.o
59
-stdlib_ascii.o: stdlib_kinds.o
+stdlib_ascii.o: \
60
+ stdlib_kinds.o \
61
+ stdlib_math.o
62
stdlib_bitsets.o: stdlib_kinds.o
63
stdlib_bitsets_64.o: stdlib_bitsets.o
64
stdlib_bitsets_large.o: stdlib_bitsets.o
0 commit comments