Ver código fonte

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

gary.li.wenchao.4 16 anos atrás
pai
commit
f22b1de618
1 arquivos alterados com 6 adições e 0 exclusões
  1. 6 0
      bsp/mini2440/Makefile

+ 6 - 0
bsp/mini2440/Makefile

@@ -0,0 +1,6 @@
+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)