3 lines
85 B
Bash
3 lines
85 B
Bash
#!/usr/bin/env bash
|
|
make clean
|
|
bear --output build/compile_commands.json -- make all
|