mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-01-17 08:03:30 +08:00
7 lines
186 B
Makefile
7 lines
186 B
Makefile
|
CLEAN_FILES= *.bin *.map *.axf rtconfig.pyc .sconsign.dblite
|
||
|
|
||
|
clean:
|
||
|
find . \( -name "*.o" -o -name "*.bak" \) -type f -print | xargs rm -f
|
||
|
rm -fr ./build
|
||
|
rm -fr $(CLEAN_FILES)
|