Skip to content

Commit 955afff

Browse files
committed
Set the file dependencies correctly
1 parent 801ee61 commit 955afff

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/Makefile.manual

+1-3
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,7 @@ all: $(OBJS)
1313

1414
%.o: %.mod
1515

16-
stdlib_experimental_ascii.o: stdlib_experimental_ascii.f90
17-
stdlib_experimental_error.o: stdlib_experimental_error.f90
18-
stdlib_experimental_io.o: stdlib_experimental_io.f90
16+
stdlib_experimental_io.o: stdlib_experimental_kinds.o
1917

2018
clean:
2119
$(RM) *.o *.mod

0 commit comments

Comments
 (0)