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:
Gilles Peskine 2020-02-26 14:44:40 +01:00
parent d362d0bf86
commit ae463e6505

View file

@ -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