6 lines
103 B
Shell
Executable file
6 lines
103 B
Shell
Executable file
#!/bin/bash
|
|
set -e
|
|
|
|
cd Telegram
|
|
./configure.sh "$@"
|
|
cmake --build ../out --config "${CONFIG:-Release}"
|