summaryrefslogtreecommitdiff
path: root/common.mk
diff options
context:
space:
mode:
authornaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-01-27 12:55:18 +0000
committernaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-01-27 12:55:18 +0000
commit587167a8cbaab0727a80028062058a7a223cea1f (patch)
tree8777e910f58b2683c6dad3d379086610b43cd3a0 /common.mk
parent02ca8ffbdcdd3bbc203d853897addc45552f402a (diff)
*common.mk: add description about "make clean".
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@15276 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'common.mk')
-rw-r--r--common.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/common.mk b/common.mk
index 08ad5faa0c..58a1331f0b 100644
--- a/common.mk
+++ b/common.mk
@@ -808,4 +808,5 @@ help:
@echo ' test-all: all ruby tests'
@echo ' install: install all ruby distributions'
@echo ' install-nodoc: install without rdoc'
- @echo ' golf: make goruby'
+ @echo ' clean: clean built objects'
+ @echo ' golf: for golfers'