hibiscus/compile.sh
2023-05-26 22:41:51 +01:00

7 lines
79 B
Bash

#!/bin/bash
if [ ! -d build ]; then
meson build
fi
cd build && meson compile