diff options
author | KaĆque Kandy Koga <[email protected]> | 2022-05-17 23:32:13 -0300 |
---|---|---|
committer | GitHub <[email protected]> | 2022-05-18 11:32:13 +0900 |
commit | c478a3c0a9179298b5ae332268e1e94ff9c912bd (patch) | |
tree | cc3755b020a5e37bd0908b91022e08dfbc8966e3 /doc/contributing/building_ruby.md | |
parent | aab683af0e8063bfe2ca58500e5f210148b82bbf (diff) |
[DOC] Use `make gdb-ruby` and `make lldb-ruby` in doc/contributing/building_ruby.md
Notes
Notes:
Merged: https://github.com/ruby/ruby/pull/5908
Merged-By: nobu <[email protected]>
Diffstat (limited to 'doc/contributing/building_ruby.md')
-rw-r--r-- | doc/contributing/building_ruby.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/contributing/building_ruby.md b/doc/contributing/building_ruby.md index 01f8c838a8..f20eacc0ae 100644 --- a/doc/contributing/building_ruby.md +++ b/doc/contributing/building_ruby.md @@ -70,5 +70,5 @@ with the Ruby script you'd like to run. You can use the following make targets: * `make lldb`: Runs `test.rb` using Miniruby in lldb * `make gdb`: Runs `test.rb` using Miniruby in gdb * `make runruby`: Runs `test.rb` using Ruby -* `make lldb-runruby`: Runs `test.rb` using Ruby in lldb -* `make gdb-runruby`: Runs `test.rb` using Ruby in gdb +* `make lldb-ruby`: Runs `test.rb` using Ruby in lldb +* `make gdb-ruby`: Runs `test.rb` using Ruby in gdb |