path-shortener/build_debug.sh

11 lines
103 B
Bash
Raw Normal View History

2024-07-16 11:52:13 +01:00
#!/bin/bash
set -xe
cmake . -B target/debug -DCMAKE_BUILD_TYPE=Debug
cmake --build target/debug