her.esy.fun/engine/build.sh
Yann Esposito (Yogsototh) 78c176d73e
so much simpler
2021-05-07 00:21:41 +02:00

5 lines
97 B
Bash
Executable file

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