Skip to content

Commit e06ec5f

Browse files
Update learn/building_programs/distributing.md
Co-authored-by: Laurence Kedward <[email protected]>
1 parent 12a3bf1 commit e06ec5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

learn/building_programs/distributing.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ in a dynamic library. This enables you to:
8181
gfortran -o function.dll function.f90 -shared
8282
```
8383

84-
or:
84+
or:
8585

8686
```shell
8787
ifort -exe:function.dll function.f90 -dll

0 commit comments

Comments
 (0)