libflint/build.sh

11 lines
116 B
Bash
Executable File

#!/bin/sh -e
# For building outside of CLion
mkdir -p build
cd build
cmake ..
make
cp compile_commands.json ..
cd