mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Run find in PATH [ci skip]
This commit is contained in:
parent
ab7f8e32aa
commit
cdfb027213
1 changed files with 1 additions and 1 deletions
|
@ -509,7 +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)find . -name '*.bc' -o -name '*.[is]' -delete
|
||||
-$(Q)$(RMALL) exe/ *.dSYM
|
||||
|
||||
distclean-local::
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue