diff --git a/workspace/TS100/build.sh b/workspace/TS100/build.sh index 89748dc8..75a4a2d1 100755 --- a/workspace/TS100/build.sh +++ b/workspace/TS100/build.sh @@ -144,8 +144,9 @@ then do echo "Building firmware for $model in $lang" make -j lang="$lang" model="$model" >/dev/null + checkLastCommand + rm -rf Objects >/dev/null checkLastCommand - rm -rf Objects/src>/dev/null done done else