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

move gcov files to separate directory

parent 7f3f6615
No related branches found
No related tags found
No related merge requests found
......@@ -74,6 +74,9 @@ coverage: boson eels eels-boson
gcov usurlo
gcov eels-boson-eels-boson
mkdir -p gcov-analysis
mv *.gcov gcov-analysis/
clean:
rm -f *.o
......@@ -82,7 +85,7 @@ clean:
rm -f *.so
rm -f *.gcno
rm -f *.gcda
rm -f *.gcov
rm -f gcov-analysis/*
rm -f eelsou bosou
rm -f bosonf90 bosonf90.exe
rm -f eelsf90 eelsf90.exe
......
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