add fix to fuzz makefile for windows

Signed-off-by: Ben Taylor <[email protected]>
This commit is contained in:
Ben Taylor
2025-06-30 11:31:36 +01:00
parent 7287040587
commit 38b063a91e
+1 -1
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