diff --git a/workspace/TS100/build.sh b/workspace/TS100/build.sh index b5740819..d0a2f49f 100755 --- a/workspace/TS100/build.sh +++ b/workspace/TS100/build.sh @@ -23,3 +23,13 @@ make -j16 lang=SE rm -rf Objects/src make -j16 lang=TR rm -rf Objects/src +make -j16 lang=BG +rm -rf Objects/src +make -j16 lang=SK +rm -rf Objects/src +make -j16 lang=HUN +rm -rf Objects/src +make -j16 lang=BR +rm -rf Objects/src +make -j16 lang=LT +rm -rf Objects/src \ No newline at end of file