mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* common.mk (clean-ext, distclean-ext, realclean-ext): remove exts.mk too.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34872 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
ee98d58f1c
commit
8d07e0870f
1 changed files with 3 additions and 0 deletions
|
@ -460,6 +460,9 @@ realclean-golf: distclean-golf
|
|||
realclean-capi: PHONY
|
||||
realclean-extout: distclean-extout
|
||||
|
||||
clean-ext distclean-ext realclean-ext::
|
||||
@$(RM) $(EXTS_MK)
|
||||
|
||||
clean-enc distclean-enc realclean-enc: PHONY
|
||||
|
||||
check: main test test-all
|
||||
|
|
Loading…
Reference in a new issue