her.esy.fun/engine/build.sh

6 lines
124 B
Bash
Executable File

#!/bin/zsh
cd "$(git rev-parse --show-toplevel)" || exit 1
source ./engine/envvars.sh
make -j $(getconf _NPROCESSORS_ONLN)