.setup-clang: @echo 'setup-clang' $(Q) wget https://apt.llvm.org/llvm.sh $(Q) chmod 777 llvm.sh $(Q) ${SUDO} ./llvm.sh $(Q) rm llvm.sh*