Makefile: remove cpe-updates on clean
authorYann E. MORIN <yann.morin.1998@free.fr>
Sun, 16 May 2021 12:42:37 +0000 (14:42 +0200)
committerYann E. MORIN <yann.morin.1998@free.fr>
Mon, 17 May 2021 20:44:46 +0000 (22:44 +0200)
commit1f187371d002fb321a175233afddb50b2b6c3607
tree0a5b48cf184123e07b9b496d71af9474c70b75aa
parenteb251b30084e38e539c004a7e2ebe305ae16a3f3
Makefile: remove cpe-updates on clean

Commit fd7312940aef (Makefile: add new missing-cpe target) added the
rule to generate a set of files to update the NVD.

For an in-tree build, 'make clean' remove the output directory, so
those files are removed. But for an out-of-tree build, the output
directory is not removed, so those files still linger around after a
clean.

Explicitly remove them on clean, to cater for both cases.

Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
Cc: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Cc: Matthew Weber <matthew.weber@rockwellcollins.com>
Reviewed-by: Matthew Weber <matthew.weber@collins.com>
Reviewed-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
Makefile