From c478a3c0a9179298b5ae332268e1e94ff9c912bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ka=C3=ADque=20Kandy=20Koga?= Date: Tue, 17 May 2022 23:32:13 -0300 Subject: [DOC] Use `make gdb-ruby` and `make lldb-ruby` in doc/contributing/building_ruby.md --- doc/contributing/building_ruby.md | 4 ++-- 1 file 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 -- cgit v1.2.3