Codebase list ohcount / 0d082c3 Rakefile
0d082c3

Tree @0d082c3 (Download .tar.gz)

Rakefile @0d082c3raw · history · blame

task :default => [:build_all]

task :build_all => [:build, :build_ruby]

task :build do
	system "./build"
end

task :build_ruby do
	system "./build ruby"
end