diff --git a/scripts/README.md b/scripts/README.md new file mode 100644 index 0000000..3f3539e --- /dev/null +++ b/scripts/README.md @@ -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 +```