Merge pull request #42 from takahashim/fix-clean-mrblib

Force to remove mrblib/mrblib.d
This commit is contained in:
Yukihiro "Matz" Matsumoto
2012-04-22 18:50:39 -07:00
+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`"