From ae463e65055fc6cc3a710a2031ae1acf409edf4f Mon Sep 17 00:00:00 2001 From: Gilles Peskine Date: Wed, 26 Feb 2020 14:44:40 +0100 Subject: [PATCH] Move EXTRA_GENERATED mentions to a separate line This makes reconciliation with other branches that don't have it (mbedtls, backports) easier. --- programs/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/programs/Makefile b/programs/Makefile index f56df5f97f..250c6483fc 100644 --- a/programs/Makefile +++ b/programs/Makefile @@ -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