Skip to content
Snippets Groups Projects
Commit 12a39e12 authored by Sergey Kosukhin's avatar Sergey Kosukhin
Browse files

Clean debug info directories generated by the linker at MacOS.

parent 2750b2f3
No related branches found
No related tags found
No related merge requests found
...@@ -144,3 +144,4 @@ endif ...@@ -144,3 +144,4 @@ endif
clean-local: clean-local:
test -z "$(FC_MODEXT)" || $(RM) *.$(FC_MODEXT) test -z "$(FC_MODEXT)" || $(RM) *.$(FC_MODEXT)
$(RM) *.i *.h5 *.h5_????-??-??_??:??:?? $(RM) *.i *.h5 *.h5_????-??-??_??:??:??
$(RM) -rf *.dSYM
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