Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
EELS2
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Karl-Michael Schindler
EELS2
Commits
d9549cdc
Commit
d9549cdc
authored
2 years ago
by
kamischi
Browse files
Options
Downloads
Patches
Plain Diff
move gcov files to separate directory
parent
7f3f6615
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
source/f90/Makefile
+4
-1
4 additions, 1 deletion
source/f90/Makefile
with
4 additions
and
1 deletion
source/f90/Makefile
+
4
−
1
View file @
d9549cdc
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment