libflint/build.sh

9 lines
84 B
Bash
Executable File

#!/bin/sh -e
mkdir -p build
cd build
cmake ..
make
cp compile_commands.json ..
cd