diff --git a/scripts/clean-build.sh b/scripts/clean-build.sh index ab659bb..d1041a4 100755 --- a/scripts/clean-build.sh +++ b/scripts/clean-build.sh @@ -58,6 +58,7 @@ cd build cmake .. make -j10 make test +cd .. cleanup