Codebase list ohcount / upstream/3.1.1 Rakefile
upstream/3.1.1

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

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