Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MilanSkocic authored Nov 18, 2024
1 parent 921633d commit 86278da
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions scripts/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Description

Python scripts are used for generating automatically the source code for Fortran, C and Python.

# How to use

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

```bash
make fortran
make C
make py
```

0 comments on commit 86278da

Please sign in to comment.