Skip to content

Commit d288010

Browse files
Update line about build_dir
1 parent ecf85d0 commit d288010

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ moduledir := $(install_dir)/include/fortran_stdlib/<compiler name and version>
280280
The linker should then look for libraries in `libdir` (using e.g.`-L$(libdir)`) and the compiler should look for module files in `moduledir` (using e.g. `-I$(moduledir)`).
281281
Alternatively, the library can also be included from a build directory without installation with
282282
```make
283-
...
283+
build_dir := path/to/build_dir
284284
libdir := $(build_dir)/src
285285
moduledir := $(build_dir)/src/mod_files
286286
```

0 commit comments

Comments
 (0)