common.mk: remove "make exam" from help

Currently it is completely the same as "make check".
I think it is not worth mentioning now.
This commit is contained in:
Yusuke Endoh 2019-07-15 08:18:30 +09:00
Родитель 2b78a93bcf
Коммит 13cb9e6bd2
1 изменённых файлов: 0 добавлений и 1 удалений

Просмотреть файл

@ -1492,7 +1492,6 @@ help: PHONY
" gdb: runs test.rb by miniruby under gdb" \
" gdb-ruby: runs test.rb by ruby under gdb" \
" check: equals make test test-all test-spec" \
" exam: equals make check" \
" test: ruby core tests" \
" test-all: all ruby tests [TESTOPTS=-j4 TESTS=<test files>]" \
" test-spec: run the Ruby spec suite [SPECOPTS=<specs, opts>]" \