Explorar o código

Add files Makefile and console

git-svn-id: https://rt-thread.googlecode.com/svn/trunk@382 bbd45198-f89e-11dd-88c7-29a3b14d5316
gary.li.wenchao.4 %!s(int64=16) %!d(string=hai) anos
pai
achega
76517dc2eb
Modificáronse 2 ficheiros con 6 adicións e 0 borrados
  1. BIN=BIN
      bsp/mini2440/Console.lnk
  2. 6 0
      bsp/mini2440/Makefile

BIN=BIN
bsp/mini2440/Console.lnk


+ 6 - 0
bsp/mini2440/Makefile

@@ -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)