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

common.mk: add install-capi to make help

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@60369 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
sonots 2017-10-22 16:57:16 +00:00
parent d70189d973
commit cb4a2a6113

View file

@ -1301,6 +1301,7 @@ help: PHONY
" exts: builds extensions" \
" main: builds encodings, extensions and ruby" \
" docs: builds documents" \
" install-capi: builds C API documents" \
" run: runs test.rb by miniruby" \
" runruby: runs test.rb by ruby you just built" \
" gdb: runs test.rb by miniruby under gdb" \