Skip to content
Snippets Groups Projects
Commit 05e876da authored by kamischi's avatar kamischi
Browse files

rename ...txt to ...f90

parent d5fc940f
No related branches found
No related tags found
No related merge requests found
......@@ -29,9 +29,9 @@ eelsf90: eels_all-fcat.f90
all: eelsf90 bosonf90
./eelsf90 > eelsf90_fcat_output
fcat -count eels_all.f90 eelsf90_fcat_output > eels_all.f90.fcat-analysis.txt
fcat -count eels_all.f90 eelsf90_fcat_output > eels_all.f90.fcat-analysis.f90
./bosonf90 > bosonf90_fcat_output
fcat -count boson_all.f90 bosonf90_fcat_output > boson_all.f90.fcat-analysis.txt
fcat -count boson_all.f90 bosonf90_fcat_output > boson_all.f90.fcat-analysis.f90
clean:
rm -rf *.dSYM
......@@ -39,7 +39,7 @@ clean:
rm -rf *_all-fcat.f90
rm -f bosonf90 bosonf90.exe
rm -f eelsf90 eelsf90.exe
rm -rf *_all.f90.fcat-analysis.txt
rm -rf *_all.f90.fcat-analysis.f90
.PHONY: all clean
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment