Skip to content

Commit 835de22

Browse files
authored
Fix manual Makefile build
1 parent f1bc676 commit 835de22

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
@@ -37,7 +37,7 @@ SRC = f18estop.f90 \
3737
stdlib_io.f90 \
3838
stdlib_kinds.f90 \
3939
stdlib_logger.f90 \
40-
stdlib_quadrature_gauss.f90
40+
stdlib_quadrature_gauss.f90 \
4141
$(SRCGEN)
4242

4343
LIB = libstdlib.a

0 commit comments

Comments
 (0)