5 lines
32 B
Bash
5 lines
32 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
cmake .
|
||
|
make release
|