Skip to content

Commit

Permalink
Update README for scripts.
Browse files Browse the repository at this point in the history
  • Loading branch information
MilanSkocic committed Nov 21, 2024
1 parent f9064cd commit 17f0112
Showing 1 changed file with 14 additions and 5 deletions.
19 changes: 14 additions & 5 deletions scripts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,20 @@ Python scripts are used for generating automatically the source code for Fortran

# How to use

The main Makefile at the root of the repository allows to trigger the automatic code generation.
## Fortran

```bash
make fortran
make stdlib
make C
make py
make sources
```
## C
```bash
cd C
make sources
```

## Python

```bash
cd py
make sources
```

0 comments on commit 17f0112

Please sign in to comment.