libflint/build.sh

9 lines
84 B
Bash
Raw Normal View History

2021-12-10 20:41:36 +00:00
#!/bin/sh -e
mkdir -p build
cd build
cmake ..
make
cp compile_commands.json ..
cd