mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-01-22 15:41:03 +00:00
Move EXTRA_GENERATED mentions to a separate line
This makes reconciliation with other branches that don't have it (mbedtls, backports) easier.
This commit is contained in:
parent
d362d0bf86
commit
ae463e6505
|
@ -246,7 +246,8 @@ psa/crypto_examples$(EXEXT): psa/crypto_examples.c $(DEP)
|
|||
|
||||
clean:
|
||||
ifndef WINDOWS
|
||||
rm -f $(APPS) $(EXTRA_GENERATED)
|
||||
rm -f $(APPS)
|
||||
rm -f $(EXTRA_GENERATED)
|
||||
-rm -f test/cpp_dummy_build$(EXEXT)
|
||||
else
|
||||
if exist *.o del /Q /F *.o
|
||||
|
|
Loading…
Reference in a new issue