libflint/build.sh

11 lines
116 B
Bash
Raw Normal View History

2021-12-10 20:41:36 +00:00
#!/bin/sh -e
2022-03-31 00:02:36 +00:00
# For building outside of CLion
2021-12-10 20:41:36 +00:00
mkdir -p build
cd build
cmake ..
make
cp compile_commands.json ..
2022-03-31 00:02:36 +00:00
cd