Codebase list ohcount / 621d434 Rakefile
621d434

Tree @621d434 (Download .tar.gz)

Rakefile @621d434raw · 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