# by eto 2003-0116

all:
	@echo "make test or install"

test:
	cd t; make test

install:
	ruby install.rb src/utf2000.rb
#	cp lib/utf2000.rb c:/ruby/lib/ruby/site_ruby/1.6/

#----------------------------------------------------------------------end.
