From 45dd00a858ab5294f218ab8cda1cc14e6daf7cbc Mon Sep 17 00:00:00 2001 From: patacongo Date: Thu, 10 Jan 2008 18:23:08 +0000 Subject: Using tool-specific clean git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@545 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/lib/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'nuttx/lib') diff --git a/nuttx/lib/Makefile b/nuttx/lib/Makefile index b2a8f8af0..a0a4e2807 100644 --- a/nuttx/lib/Makefile +++ b/nuttx/lib/Makefile @@ -110,9 +110,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 -- cgit v1.2.3