#! /usr/bin/env sh
mkdir -p build
cd build
cmake ..
make
cp advent ..
cp compile_commands.json ..
cd ..