Skip to content

Commit 24881a5

Browse files
committed
Fixed typo in Makefile.manual
Changed stdlib_bitsest_64.fypp to stdlib_bitsets_64.fypp in Makefile.manual. [ticket: X]
1 parent 8330945 commit 24881a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Makefile.manual

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
SRC = f18estop.f90 \
22
stdlib_ascii.f90 \
33
stdlib_bitsets.f90 \
4-
stdlib_bitsest_64.f90 \
4+
stdlib_bitsets_64.f90 \
55
stdlib_bitsets_large.f90 \
66
stdlib_error.f90 \
77
stdlib_io.f90 \

0 commit comments

Comments
 (0)