summaryrefslogtreecommitdiff
path: root/common.mk
diff options
context:
space:
mode:
Diffstat (limited to 'common.mk')
-rw-r--r--common.mk6
1 files changed, 6 insertions, 0 deletions
diff --git a/common.mk b/common.mk
index 9846c55ee4..8d4d0de744 100644
--- a/common.mk
+++ b/common.mk
@@ -150,6 +150,12 @@ showflags:
" SOLIBS = $(SOLIBS)" \
$(MESSAGE_END)
+.PHONY: showconfig
+showconfig:
+ @$(MESSAGE_BEGIN) \
+ "$(configure_args)" \
+ $(MESSAGE_END)
+
exts: $(MKMAIN_CMD)
$(MKMAIN_CMD): $(MKFILES) incs $(PREP) $(RBCONFIG) $(LIBRUBY)