Mercurial > yaffs-ecoscentric-gpl
changeset 354:9f279a6fba90
make clean works better
| author | charles <charles> |
|---|---|
| date | Wed, 17 Feb 2010 02:18:57 +0000 |
| parents | 702e380f277a |
| children | a52b8595f22c |
| files | direct/Makefile |
| diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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)
