aboutsummaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/build.sh b/build.sh
index 6911ee0..c8b7ab7 100755
--- a/build.sh
+++ b/build.sh
@@ -59,3 +59,5 @@ for source_file in $source_files $source_files_tests; do
done
echo "]")
echo "$compile_commands" > "$this_script_dir/compile_commands.json"
+
+echo "Finished building"