cc     = clang
cxx    = clang++
cflags = -fcolor-diagnostics -Weverything
out    = out/clang$mode

include build/local
include build/common
