v2.3.3: fixed default build tasks not deleting old out file

This commit is contained in:
2026-01-16 18:14:34 +05:00
parent 3198f8905e
commit 3ad7685b88
7 changed files with 11 additions and 3 deletions

View File

@@ -2,6 +2,7 @@
# delete old objects
clean_dir "$OBJDIR/objects"
rm -f "$EXEC_FILE"
# copy profiling info
prof_files=$(find "$OBJDIR/profile/" -name '*.gcda')