1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Clean exts.mk under each extension library

This commit is contained in:
Nobuyoshi Nakada 2020-06-19 12:07:05 +09:00
parent 946fdeaddc
commit 0d38a51ec4
No known key found for this signature in database
GPG key ID: 7CD2805BFA3770C6

View file

@ -145,6 +145,7 @@ ext/extinit.<%=objext%>:
% end
$(Q)<%= submake %><%=mflags%> V=$(V) $(@F)
% if /^(dist|real)clean$/ =~ tgt
$(Q)$(RM) $(@D)/exts.mk
$(Q)$(RMDIRS) $(@D)
% end
% end