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

Clean debug info directories generated by the linker at MacOS.

parent 2ed58a3d
No related branches found
No related tags found
1 merge request!2Master patched
......@@ -83,6 +83,9 @@ duration.$(OBJEXT): $(mo_kind_mod)
iconatm.$(OBJEXT) \
iconoce.$(OBJEXT): $(mo_event_manager_mod)
clean-local:
rm -rf *.dSYM
MOSTLYCLEANFILES = $(mo_event_manager_mod) $(mo_exception_mod) $(mo_example_mod) $(mo_kind_mod)
mostlyclean-local:
......
......@@ -23,5 +23,8 @@ libmtime_check_la_SOURCES = \
mtime_timedelta_test.c \
mtime_timedelta_test.h
clean-local:
rm -rf *.dSYM
MOSTLYCLEANFILES = $(EXTRA_LTLIBRARIES)
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