Skip to content

Commit

Permalink
gfortran -o taptempo
Browse files Browse the repository at this point in the history
  • Loading branch information
vmagnin committed Oct 28, 2021
1 parent 6c94f98 commit 8007f10
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ $ fpm run -- -r 3 -s 8 -p 2
Or you can also use the `build.sh` script if you don't have fpm installed, or just simply type:

```
$ gfortran src/taptempo.f90 app/main.f90
$ gfortran -o taptempo src/taptempo.f90 app/main.f90
* ./taptempo
```

## Options
Expand Down

0 comments on commit 8007f10

Please sign in to comment.