tools/counter: Makefile: Remove lingering 'include' directories on make clean
authorRong Tao <rongtao@cestc.cn>
Sat, 22 Apr 2023 14:27:38 +0000 (22:27 +0800)
committerWilliam Breathitt Gray <william.gray@linaro.org>
Tue, 9 May 2023 23:17:17 +0000 (19:17 -0400)
commit228354ed692faa08f40f2630658c0771f77da457
treeb9d2b9697ad3d9d7d812911cbdcddd6d24ad92ae
parent6a9a092eb25851e16ecacc04ca2b155635d4e52f
tools/counter: Makefile: Remove lingering 'include' directories on make clean

`make` creates 'include' directories where necessary, so remove them as
appropriate on `make clean`.

Signed-off-by: Rong Tao <rongtao@cestc.cn>
Link: https://lore.kernel.org/r/tencent_F85E314661100B0CE2845EB27E2E2F558C09@qq.com/
Signed-off-by: William Breathitt Gray <william.gray@linaro.org>
tools/counter/Makefile