Codebase list ohcount / e0259188-7180-4bbc-a711-b2cd8983feeb/main Rakefile
e0259188-7180-4bbc-a711-b2cd8983feeb/main

Tree @e0259188-7180-4bbc-a711-b2cd8983feeb/main (Download .tar.gz)

Rakefile @e0259188-7180-4bbc-a711-b2cd8983feeb/mainraw · 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