v2.3.3: fixed default build tasks not deleting old out file
This commit is contained in:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user