snd-aoip/scripts/gen_compile_commands.sh

10 lines
143 B
Bash
Raw Normal View History

2024-07-26 21:29:39 -04:00
#!/bin/bash
if ! command bear &> /dev/null; then
echo "Please install bear. https://github.com/rizsotto/Bear"
exit 1
fi
bear -- make host