5 lines
80 B
Bash
5 lines
80 B
Bash
#!/bin/sh
|
|
|
|
make -C _build toolchain
|
|
make -C _build BR2_JLEVEL=$(($(nproc) / 2))
|