Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mossco
mossco-code
Commits
2b8115ec
Commit
2b8115ec
authored
Feb 20, 2021
by
Carsten Lemmen
Browse files
Add .o to clean target
parent
36fe6548
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/mediators/Makefile
View file @
2b8115ec
...
...
@@ -140,6 +140,7 @@ subdirs:
clean
:
extraclean
extraclean
:
@
rm
-f
*
.o
@
rm
-f
$(MOSSCO_LIBRARY_PATH)
/libmossco_mediator.a
@
rm
-f
$(MOSSCO_LIBRARY_PATH)
/libxgridcoupler.a
@
rm
-f
$(MOSSCO_LIBRARY_PATH)
/libinoutcoupler.a
...
...
src/test/Makefile
View file @
2b8115ec
...
...
@@ -110,5 +110,5 @@ clean: extraclean
extraclean
:
@
-
rm
-f
$(TESTS)
PET
*
@
-
rm
-rf
*
.dSYM test_netcdf.nc
@
-
rm
-rf
*
.dSYM test_netcdf.nc
*
.o
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment