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/net/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'nuttx/net') diff --git a/nuttx/net/Makefile b/nuttx/net/Makefile index 5124a64ad..42a02fdf0 100644 --- a/nuttx/net/Makefile +++ b/nuttx/net/Makefile @@ -94,9 +94,9 @@ endif depend: .depend clean: - rm -f $(BIN) *.o *.obj *.rel *.asm *.lst *.sym *.adb *~ - rm -f uip/*~ - if [ ! -z "$(OBJEXT)" ]; then rm -f *$(OBJEXT); fi + @rm -f $(BIN) *~ .*.swp + @rm -f uip/*~ uip/.*.swp + $(call CLEAN) distclean: clean rm -f Make.dep .depend -- cgit v1.2.3