git-svn-id: https://rt-thread.googlecode.com/svn/trunk@300 bbd45198-f89e-11dd-88c7-29a3b14d5316
This commit is contained in:
parent
f22b1de618
commit
5cfa9531a4
|
@ -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)
|
|
Loading…
Reference in New Issue