force to remove mrblib/mrblib.d

This commit is contained in:
takahashim
2012-04-23 10:20:36 +09:00
parent 1f87caa2c7
commit 359fe9dfdc
+1
View File
@@ -59,6 +59,7 @@ $(RLIB) : $(MRBS)
.PHONY : clean
clean :
-rm -f $(MRBC) $(MLIB) $(CLIB) $(RLIB) $(DLIB)
-rm -f $(patsubst %.c,%.d,$(CLIB))
-rm -f $(patsubst %.c,%.o,$(EXCEPT1)) $(patsubst %.c,%.d,$(EXCEPT1))
@echo "make: removing targets, objects and depend files of `pwd`"