#!/bin/sh
cmake . -DCMAKE_C_COMPILER="gcc" && make -j"$(nproc)"
