7 lines
55 B
Plaintext
7 lines
55 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
cd "$(dirname $0)/../.."
|
||
|
|
||
|
cd build
|
||
|
make -j3
|