Codebase list ohcount / debian/latest Rakefile
debian/latest

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

Rakefile @debian/latest

3581673
 
 
 
 
 
 
 
 
 
 
task :default => [:build_all]

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

task :build do
	system "./build"
end

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