summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2022-05-25 15:06:47 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2022-05-25 15:06:47 +0900
commit0114c72df0dd4c6df3766bc32f4cadd939b3b0f4 (patch)
tree905d77df7a01abe417706c29ffbfd622c0dac0cd
parent9a8fc4e04cc85b640c9ca569fe680850adc877fc (diff)
Clean intermediate files for update-deps [ci skip]
-rw-r--r--template/Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/template/Makefile.in b/template/Makefile.in
index acda941639..5c3ac5cbee 100644
--- a/template/Makefile.in
+++ b/template/Makefile.in
@@ -509,6 +509,7 @@ clean-local::
enc/encinit.c enc/encinit.$(OBJEXT) $(pkgconfig_DATA) \
ruby-runner.$(OBJEXT) ruby-runner.h \
|| $(NULLCMD)
+ /usr/bin/find . -name '*.bc' -o -name '*.[is]' -delete
-$(Q)$(RMALL) exe/ *.dSYM
distclean-local::