This commit is contained in:
2024-10-05 18:45:32 +01:00
parent cd38672581
commit 9e1e4688e4
2 changed files with 6 additions and 6 deletions

View File

@@ -27,7 +27,7 @@ TEST_SRC="$(find tests -type f -name "*.c" | xargs -I{} echo -n "{} ")"
BUILD_DIR="libwapp-build/posix-$BUILD_TYPE"
if [[ -d $BUILD_DIR ]]; then
rm -rf $BUILD_DIR
rm -rf $BUILD_DIR
fi
mkdir -p $BUILD_DIR