76517dc2eb
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@382 bbd45198-f89e-11dd-88c7-29a3b14d5316
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)
|