summaryrefslogtreecommitdiff
path: root/nuttx/examples/ostest/Makefile
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-01-10 18:23:08 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-01-10 18:23:08 +0000
commit45dd00a858ab5294f218ab8cda1cc14e6daf7cbc (patch)
tree3ca971f913c5020e3a5c6801f71682d5e3a7ff6c /nuttx/examples/ostest/Makefile
parent28a9cfef1704bbb553cecc1527360553ad56f010 (diff)
downloadnuttx-45dd00a858ab5294f218ab8cda1cc14e6daf7cbc.tar.gz
nuttx-45dd00a858ab5294f218ab8cda1cc14e6daf7cbc.tar.bz2
nuttx-45dd00a858ab5294f218ab8cda1cc14e6daf7cbc.zip
Using tool-specific clean
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@545 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/examples/ostest/Makefile')
-rw-r--r--nuttx/examples/ostest/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/nuttx/examples/ostest/Makefile b/nuttx/examples/ostest/Makefile
index f473e08d5..05f76f92f 100644
--- a/nuttx/examples/ostest/Makefile
+++ b/nuttx/examples/ostest/Makefile
@@ -89,9 +89,10 @@ $(BIN): $(OBJS)
depend: .depend
clean:
- rm -f $(BIN) *.o *.obj *.rel *.asm *.lst *.sym *.adb *~
+ @rm -f $(BIN) *~ .*.swp
+ $(call CLEAN)
distclean: clean
- rm -f Make.dep .depend
+ @rm -f Make.dep .depend
-include Make.dep