diff --git a/helper.sh b/helper.sh index 42a9c81..6140574 100755 --- a/helper.sh +++ b/helper.sh @@ -3,6 +3,7 @@ clean () { echo "==== Cleaning build folder ====" rm -rf build/ + rm compile_commands.json } config () {