add libchise extension.
[chise/ruby.git] / Makefile
1 # by eto 2003-0116
2
3 all:
4         @echo "make test or install"
5
6 test:
7         cd t; make test
8
9 clean:
10         rm */*~
11         rm *~
12
13 install:
14         ruby install.rb src/chise.rb
15 #       cp lib/chise.rb c:/ruby/lib/ruby/site_ruby/1.6/
16
17 #----------------------------------------------------------------------end.