# by eto 2003-0116 all: @echo "make test or install" test: cd t; make test clean: rm */*~ rm *~ install: ruby install.rb src/chise.rb # cp lib/chise.rb c:/ruby/lib/ruby/site_ruby/1.6/ #----------------------------------------------------------------------end.