From 5fe025bbb031b3296f4e491bdc7045a46099550b Mon Sep 17 00:00:00 2001
From: kamischi <karl-michael.schindler@web.de>
Date: Fri, 20 Jan 2023 13:52:32 +0100
Subject: [PATCH] Update Makefile

---
 source/f90/fcat-analysis/Makefile | 14 ++++++++------
 1 file changed, 8 insertions(+), 6 deletions(-)

diff --git a/source/f90/fcat-analysis/Makefile b/source/f90/fcat-analysis/Makefile
index 3f8e32d..4f12fba 100644
--- a/source/f90/fcat-analysis/Makefile
+++ b/source/f90/fcat-analysis/Makefile
@@ -34,12 +34,14 @@ all: eelsf90 bosonf90
 	fcat -count  boson_all.f90 bosonf90_fcat_output > boson_all.f90.fcat-analysis.f90
 
 clean:
-	rm -rf *.dSYM
-	rm -rf *mod.mod
-	rm -rf *_all-fcat.f90
-	rm -f bosonf90   bosonf90.exe
-	rm -f eelsf90    eelsf90.exe
-	rm -rf *_all.f90.fcat-analysis.f90
+	rm -f *.dSYM
+	rm -f *mod.mod
+	rm -f *_all-fcat.f90
+	rm -f bosonf90 bosonf90.exe
+	rm -f eelsf90  eelsf90.exe
+	rm -f eelsou bosou
+	rm -f *f90_fcat_output
+	rm -f *_all.f90.fcat-analysis.f90
 
 .PHONY: all clean
 
-- 
GitLab