Skip to content

Commit 3cea6a5

Browse files
committed
Fix manual makefile for stdlib_kinds dependency of stdlib_ascii
1 parent 899d961 commit 3cea6a5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Makefile.manual

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ $(SRCGEN): %.f90: %.fypp common.fypp
5555

5656
# Fortran module dependencies
5757
f18estop.o: stdlib_error.o
58+
stdlib_ascii.o: stdlib_kinds.o
5859
stdlib_bitsets.o: stdlib_kinds.o
5960
stdlib_bitsets_64.o: stdlib_bitsets.o
6061
stdlib_bitsets_large.o: stdlib_bitsets.o

0 commit comments

Comments
 (0)