6352e8e319
all at once
7 lines
55 B
Bash
7 lines
55 B
Bash
#!/bin/sh
|
|
|
|
cd "$(dirname $0)/../.."
|
|
|
|
cd build
|
|
make -j3
|