Codebase list ohcount / fresh-snapshots/upstream Rakefile
fresh-snapshots/upstream

Tree @fresh-snapshots/upstream (Download .tar.gz)

Rakefile @fresh-snapshots/upstreamraw · 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