From: charles Date: Wed, 17 Feb 2010 02:18:57 +0000 (+0000) Subject: make clean works better X-Git-Tag: pre-name-change~133 X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs2.git;a=commitdiff_plain;h=380068d8dfd26d7975fb356f9f5439282d17b4d6 make clean works better --- diff --git a/direct/Makefile b/direct/Makefile index 0f2b7ed..ac9aaff 100644 --- a/direct/Makefile +++ b/direct/Makefile @@ -14,7 +14,7 @@ # # NB Warning this Makefile does not include header dependencies. # -# $Id: Makefile,v 1.23 2010-01-11 04:06:47 charles Exp $ +# $Id: Makefile,v 1.24 2010-02-17 02:18:57 charles Exp $ #EXTRA_COMPILE_FLAGS = -DYAFFS_IGNORE_TAGS_ECC @@ -72,4 +72,4 @@ boottest: $(SYMLINKS) $(BOOTTESTOBJS) clean: - rm -f $(ALLOBJS) core + rm -f $(ALLOBJS) core core $(SYMLINKS)