1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-08-08 17:42:09 +03:00

add fix to fuzz makefile for windows

Signed-off-by: Ben Taylor <ben.taylor@linaro.org>
This commit is contained in:
Ben Taylor
2025-04-14 13:50:27 +01:00
parent 7287040587
commit 38b063a91e

View File

@@ -48,5 +48,5 @@ ifndef WINDOWS
else
if exist *.o del /Q /F *.o
if exist *.exe del /Q /F *.exe
rm -rf $(MBEDTLS_PATH)/tf-psa-crypto/programs/fuzz/*.o
if exist $(MBEDTLS_PATH)/tf-psa-crypto/programs/fuzz/*.o del /Q /F $(MBEDTLS_PATH)/tf-psa-crypto/programs/fuzz/*.o
endif