summaryrefslogtreecommitdiff
path: root/common.mk
diff options
context:
space:
mode:
authornaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-04-27 03:34:45 +0000
committernaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-04-27 03:34:45 +0000
commit3a87c3c5603fce8449f78faccaff5f4be6f372e1 (patch)
treeeeca302f8fcaef9981dd5317d32265e2d34eb9b5 /common.mk
parent422efe53527f5e0a7a80478947a7b338e8b199c7 (diff)
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
Diffstat (limited to 'common.mk')
-rw-r--r--common.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/common.mk b/common.mk
index 36174c3ac4..ce7434f0fb 100644
--- a/common.mk
+++ b/common.mk
@@ -834,6 +834,7 @@ help: PHONY
@echo " test-all: all ruby tests"
@echo " test-rubyspec run RubySpec test suite"
@echo " update-rubyspec update local copy of RubySpec"
+ @echo " benchmark benchmark this ruby and COMPARE_RUBY"
@echo " install: install all ruby distributions"
@echo " install-nodoc: install without rdoc"
@echo " clean: clean built objects"