adapt to unix filename
[chise/ruby.git] / src / makegraph.rb
index 3341749..14bcd16 100755 (executable)
@@ -104,4 +104,9 @@ module CHISE
   end
 end
 
+if $0 == __FILE__
+  mg = MakeGraph.new
+  mg.go
+end
+
 #----------------------------------------------------------------------end.