mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-04-16 08:42:50 +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:
|
clean:
|
||||||
ifndef WINDOWS
|
ifndef WINDOWS
|
||||||
rm -f $(APPS) $(EXTRA_GENERATED)
|
rm -f $(APPS)
|
||||||
|
rm -f $(EXTRA_GENERATED)
|
||||||
-rm -f test/cpp_dummy_build$(EXEXT)
|
-rm -f test/cpp_dummy_build$(EXEXT)
|
||||||
else
|
else
|
||||||
if exist *.o del /Q /F *.o
|
if exist *.o del /Q /F *.o
|
||||||
|
Loading…
x
Reference in New Issue
Block a user