diff --git a/source/f90/fcat-analysis/Makefile b/source/f90/fcat-analysis/Makefile index 3f8e32d04b58732047cb459c261693c35db4bfce..4f12fba8bd5323cbc25fc5ab28d5bdb4f5558b05 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