From 3a87c3c5603fce8449f78faccaff5f4be6f372e1 Mon Sep 17 00:00:00 2001 From: naruse Date: Tue, 27 Apr 2010 03:34:45 +0000 Subject: 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 --- common.mk | 1 + 1 file changed, 1 insertion(+) 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" -- cgit v1.2.3