#!/bin/bash if [ ! -d "build" ]; then mkdir "build" fi cmake --preset=hane . && make -C build