]> git.sur5r.net Git - freertos/commitdiff
Updated clean command to remove all object files.
authorRichardBarry <RichardBarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Sat, 14 Mar 2009 15:08:41 +0000 (15:08 +0000)
committerRichardBarry <RichardBarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Sat, 14 Mar 2009 15:08:41 +0000 (15:08 +0000)
git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@709 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

Demo/ARM7_LPC2106_GCC/Makefile

index 1992dced4d1f578cc8fc27f60dfe3c4554be29df..0ea301cce056faca1a4f28e8e5a21bc0f582f6a4 100644 (file)
@@ -103,6 +103,7 @@ $(ARM_OBJ) : %.o : %.c $(LDSCRIPT) Makefile
        $(CC) -c $(CFLAGS) $< -o $@\r
 \r
 clean :\r
+       rm -rf $(ARM_OBJ) $(THUMB_OBJ)\r
        touch Makefile\r
 \r
 \r