From 380068d8dfd26d7975fb356f9f5439282d17b4d6 Mon Sep 17 00:00:00 2001 From: charles Date: Wed, 17 Feb 2010 02:18:57 +0000 Subject: [PATCH] make clean works better --- direct/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) -- 2.30.2