Skip to content

Commit

Permalink
fix: rm executable before compiling
Browse files Browse the repository at this point in the history
  • Loading branch information
yoctoyotta1024 committed Apr 16, 2024
1 parent fbfaeb0 commit 29cf161
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/compile_run_cleocoupledsdm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ fi
### ---------------------------------------------------- ###

### ----------------- compile executable --------------- ###
rm ${run_executable}
compilecmd="${path2CLEO}/scripts/bash/compile_cleo.sh ${cleoenv} ${buildtype} ${path2build} ${executable}"
echo ${compilecmd}
${compilecmd}
Expand Down

0 comments on commit 29cf161

Please sign in to comment.