mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-02-24 14:46:46 +00:00
Delete third-party objects in cleanup
This commit is contained in:
parent
049fefff90
commit
a647f1296e
|
@ -210,7 +210,9 @@ libmbedcrypto.$(DLEXT): | libmbedcrypto.a
|
||||||
clean:
|
clean:
|
||||||
ifndef WINDOWS
|
ifndef WINDOWS
|
||||||
rm -f *.o libmbed*
|
rm -f *.o libmbed*
|
||||||
|
rm -f $(THIRDPARTY_CRYPTO_OBJECTS)
|
||||||
else
|
else
|
||||||
if exist *.o del /Q /F *.o
|
if exist *.o del /Q /F *.o
|
||||||
if exist libmbed* del /Q /F libmbed*
|
if exist libmbed* del /Q /F libmbed*
|
||||||
|
del /Q /F del_errors_out_if_the_file_list_is_empty_but_not_if_a_file_does_not_exist $(subst /,\,$(THIRDPARTY_CRYPTO_OBJECTS))
|
||||||
endif
|
endif
|
||||||
|
|
Loading…
Reference in a new issue