Codebase list ohcount / upstream/4.0.0+git20210223.6654d48 Rakefile
upstream/4.0.0+git20210223.6654d48

Tree @upstream/4.0.0+git20210223.6654d48 (Download .tar.gz)

Rakefile @upstream/4.0.0+git20210223.6654d48raw · 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