her.esy.fun/engine/build.sh

6 lines
124 B
Bash
Raw Permalink Normal View History

2021-04-27 17:24:58 +00:00
#!/bin/zsh
2021-03-14 12:42:08 +00:00
2021-04-27 17:24:58 +00:00
cd "$(git rev-parse --show-toplevel)" || exit 1
2021-08-21 16:04:11 +00:00
source ./engine/envvars.sh
2021-05-06 22:21:41 +00:00
make -j $(getconf _NPROCESSORS_ONLN)