Codebase list ohcount / upstream/4.0.0 Rakefile
upstream/4.0.0

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

Rakefile @upstream/4.0.0

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