clean gems

* Makefile.in (clean-ext): clean gem directories too.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@57743 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2017-02-28 08:22:00 +00:00
parent 7e0aaf3ac3
commit a0da6f0dfe
2 changed files with 13 additions and 7 deletions

View file

@ -538,6 +538,8 @@ build_complete: $(build_complete)
$(build_complete): $(TARGET_SO)
$(Q) $(TOUCH) $@
clean-so::
-$(Q)$(RM) $(build_complete)
}
conf
end