start Ruby/CHISE
[chise/ruby.git] / tools / Makefile
1 # by eto 2003-0114
2
3 #test:  ids_db
4 test:   
5
6 tarball:        
7         ./mkdbtarball.rb  /usr/local/lib/xemacs-21.4.10/i686-pc-linux/
8
9 dump:   
10         ./dbdumpall.rb
11
12 ids_db: 
13         ./idsdbdumpall.rb
14
15 check:  
16         ./idscheckintegrity.rb
17
18 #----------------------------------------------------------------------end.