OTWO-1213 Works around lost encoding in Ruby/C binding layer
[ohcount] / Rakefile
1 task :default => [:build_all]
2
3 task :build_all => [:build, :build_ruby]
4
5 task :build do
6         system "./build"
7 end
8
9 task :build_ruby do
10         system "./build ruby"
11 end