summaryrefslogtreecommitdiff
path: root/common.mk
diff options
context:
space:
mode:
authorKaĆ­que Kandy Koga <kaiquekandykoga@gmail.com>2022-06-01 21:19:56 -0300
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2023-02-24 19:44:36 +0900
commitaff41a36693c0274633914afb2cfbdb8169c1cbd (patch)
tree767cc16fdbf4abaf974f0b253cd74a20ac1e9912 /common.mk
parent1fdaa0666086529b3aae2d509a2e71c4247c3a12 (diff)
downloadruby-aff41a36693c0274633914afb2cfbdb8169c1cbd.tar.gz
Add information about runirb in make help
Diffstat (limited to 'common.mk')
-rw-r--r--common.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/common.mk b/common.mk
index ceba68c477..e141239ef0 100644
--- a/common.mk
+++ b/common.mk
@@ -1768,6 +1768,7 @@ help: PHONY
" runruby: runs test.rb by ruby you just built" \
" gdb: runs test.rb by miniruby under gdb" \
" gdb-ruby: runs test.rb by ruby under gdb" \
+ " runirb: starts irb on built ruby (not installed ruby)" \
" exam: equals make check test-bundler-parallel test-bundled-gems" \
" check: equals make test test-tool test-all test-spec test-syntax-suggest" \
" test: ruby core tests [BTESTS=<bootstraptest files>]" \