Add description about make benchmark to make help.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27508 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
naruse 2010-04-27 03:34:45 +00:00
parent 422efe5352
commit 3a87c3c560
1 changed files with 1 additions and 0 deletions

View File

@ -834,6 +834,7 @@ help: PHONY
@echo " test-all: all ruby tests" @echo " test-all: all ruby tests"
@echo " test-rubyspec run RubySpec test suite" @echo " test-rubyspec run RubySpec test suite"
@echo " update-rubyspec update local copy of RubySpec" @echo " update-rubyspec update local copy of RubySpec"
@echo " benchmark benchmark this ruby and COMPARE_RUBY"
@echo " install: install all ruby distributions" @echo " install: install all ruby distributions"
@echo " install-nodoc: install without rdoc" @echo " install-nodoc: install without rdoc"
@echo " clean: clean built objects" @echo " clean: clean built objects"