ttcn3.sh: clean osmo-ttcn3-hacks too

Change-Id: Id0fdf5e3f0917e56e3c6abff54a2f886367252f5
This commit is contained in:
Oliver Smith 2023-10-12 15:22:54 +02:00
parent 375587cfa8
commit 238c7de87e
1 changed files with 5 additions and 0 deletions

View File

@ -27,6 +27,11 @@ clean() {
"$DIR_MAKE" \
"$DIR_OUTPUT" \
"$DIR_USR_LOCAL"
if [ -d "$DIR_OSMODEV/src/osmo-ttcn3-hacks" ]; then
make -C "$DIR_OSMODEV/src/osmo-ttcn3-hacks" clean
fi
exit 0
}