Dir['tasks/*.rake'].each {|rakefile| load rakefile }
task default: %w(spec lint build)
