Codebase list ohcount / upstream/latest Rakefile
upstream/latest

Tree @upstream/latest (Download .tar.gz)

Rakefile @upstream/latestraw · 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