marker_separation/cpp/compile.sh

7 lines
54 B
Bash
Raw Normal View History

2023-09-27 14:40:13 +00:00
#!/bin/bash
mkdir -p build
cd build
cmake ..
make -j