From b131b18eeaf8542a1d41b36269096314aa8e41e9 Mon Sep 17 00:00:00 2001
From: kamischi <karl-michael.schindler@web.de>
Date: Fri, 23 Aug 2024 11:29:19 +0200
Subject: [PATCH] Update README

---
 tests/SetEpsTestCasesFromScratch/original/README | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/tests/SetEpsTestCasesFromScratch/original/README b/tests/SetEpsTestCasesFromScratch/original/README
index c08e3a6..803581f 100644
--- a/tests/SetEpsTestCasesFromScratch/original/README
+++ b/tests/SetEpsTestCasesFromScratch/original/README
@@ -1,9 +1,13 @@
 Command for compilation:
 
-gfortran -g -gdwarf-2 -fbounds-check -fcheck=all -O0 -o eels eels.for
+> gfortran -g -gdwarf-2 -fbounds-check -fcheck=all -O0 -o eels eels.for
 
 Command for execution:
 
-doRun.sh
+> doRun.sh
+
+Cleanup:
+
+> rm -rf eels eels.dSYM
 
 KMS
\ No newline at end of file
-- 
GitLab