From f9d4a5a02b206a2020738ce09049d2a220ebe1d4 Mon Sep 17 00:00:00 2001 From: Yuichiro MASUI Date: Mon, 23 Apr 2012 03:06:01 +0900 Subject: Fixed to forget to remove some files on 'make clean' --- tools/mrbc/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'tools/mrbc/Makefile') diff --git a/tools/mrbc/Makefile b/tools/mrbc/Makefile index ba7764b78..7271a2fed 100644 --- a/tools/mrbc/Makefile +++ b/tools/mrbc/Makefile @@ -69,5 +69,6 @@ $(YC) : $(YSRC) clean : -rm -f $(EXE) $(OBJS) $(OBJY) $(YC) -rm -f $(OBJS:.o=.d) $(OBJY:.o=.d) + -rm -f $(patsubst %.c,%.o,$(EXCEPT1)) $(patsubst %.c,%.d,$(EXCEPT1)) @echo "make: removing targets, objects and depend files of `pwd`" -- cgit v1.2.3