1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

*common.mk: add description about "make clean".

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@15276 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
naruse 2008-01-27 12:55:18 +00:00
parent 02ca8ffbdc
commit 587167a8cb

View file

@ -808,4 +808,5 @@ help:
@echo ' test-all: all ruby tests' @echo ' test-all: all ruby tests'
@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 ' golf: make goruby' @echo ' clean: clean built objects'
@echo ' golf: for golfers'