drogon/build.sh

7 lines
73 B
Bash
Executable File

#!/bin/sh
git submodule update --init
mkdir build
cd build
cmake ..
make