Makefile: mrproper should remove *.pyc files
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Thu, 3 Oct 2019 16:45:29 +0000 (16:45 +0000)
committerTom Rini <trini@konsulko.com>
Fri, 4 Oct 2019 16:21:23 +0000 (12:21 -0400)
commitd4c51412c5d386f27f483e8c486f9e1f5b1da4eb
treed11fbc50e2e194b95edb216a1d4ad25abd6821c4
parentfc8db754c289e00b9d4ae06eb20185042b537e7d
Makefile: mrproper should remove *.pyc files

*.pyc files contain compiled Python bytecode. 'make mrproper' should remove
them.

Removing *.pyc files helps for instance sometimes when running into an
error "binman: Unknown entry type 'blob' in node '/binman/blob'".

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Makefile