4 lines
65 B
Bash
Executable file
4 lines
65 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
cmake -DCMAKE_BUILD_TYPE=Release .
|
|
make -j3
|