From 17f0112c0811a6d253e267682a78797c4e214402 Mon Sep 17 00:00:00 2001 From: Milan Skocic Date: Thu, 21 Nov 2024 20:05:09 +0100 Subject: [PATCH] Update README for scripts. --- scripts/README.md | 19 ++++++++++++++----- 1 file changed, 14 insertions(+), 5 deletions(-) diff --git a/scripts/README.md b/scripts/README.md index 04509d1..a7570ce 100644 --- a/scripts/README.md +++ b/scripts/README.md @@ -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 +``` \ No newline at end of file