git-svn-id: https://rt-thread.googlecode.com/svn/trunk@300 bbd45198-f89e-11dd-88c7-29a3b14d5316

This commit is contained in:
gary.li.wenchao.4 2010-01-14 03:19:27 +00:00
parent f22b1de618
commit 5cfa9531a4
1 changed files with 0 additions and 6 deletions

View File

@ -1,6 +0,0 @@
CLEAN_FILES:= *.axf rtconfig.pyc rtthread.bin *.map .sconsign.dblite
clean:
find . \( -name '*.o' \) -type f -print | xargs rm -f
rm -fr ./build
rm -f $(CLEAN_FILES)