mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-01-18 15:53:32 +08:00
Add files Makefile and console
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@382 bbd45198-f89e-11dd-88c7-29a3b14d5316
This commit is contained in:
parent
f559742adb
commit
76517dc2eb
BIN
bsp/mini2440/Console.lnk
Normal file
BIN
bsp/mini2440/Console.lnk
Normal file
Binary file not shown.
6
bsp/mini2440/Makefile
Normal file
6
bsp/mini2440/Makefile
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
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)
|
Loading…
x
Reference in New Issue
Block a user