mirror of
https://github.com/lvgl/lvgl.git
synced 2025-01-14 06:42:58 +08:00
fix(tests) remove src/test_runners when cleaning
This commit is contained in:
parent
0f8bc18f6a
commit
6726b0f5df
@ -53,4 +53,5 @@ clean:
|
||||
find ../ -type f -name '*.o' -exec rm -f {} +
|
||||
find ../ -type f -name '*.gcda' -exec rm -f {} +
|
||||
find ../ -type f -name '*.gcno' -exec rm -f {} +
|
||||
rm -rf src/test_runners
|
||||
rm -f $(BIN)
|
||||
|
Loading…
x
Reference in New Issue
Block a user