From fbe2028bcd83027cff889574f65b2a0c0da04650 Mon Sep 17 00:00:00 2001 From: RichardBarry Date: Sat, 14 Mar 2009 15:08:41 +0000 Subject: [PATCH] Updated clean command to remove all object files. git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@709 1d2547de-c912-0410-9cb9-b8ca96c0e9e2 --- Demo/ARM7_LPC2106_GCC/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Demo/ARM7_LPC2106_GCC/Makefile b/Demo/ARM7_LPC2106_GCC/Makefile index 1992dced4..0ea301cce 100644 --- a/Demo/ARM7_LPC2106_GCC/Makefile +++ b/Demo/ARM7_LPC2106_GCC/Makefile @@ -103,6 +103,7 @@ $(ARM_OBJ) : %.o : %.c $(LDSCRIPT) Makefile $(CC) -c $(CFLAGS) $< -o $@ clean : + rm -rf $(ARM_OBJ) $(THUMB_OBJ) touch Makefile -- 2.39.5