Codebase list ohcount / 603dc82 Rakefile
603dc82

Tree @603dc82 (Download .tar.gz)

Rakefile @603dc82raw · 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