#!/bin/sh

cmake . -DCMAKE_C_COMPILER="clang" && make -j"$(nproc)"
