add rule to clean libmruby.a from mrblib/Makefile

This commit is contained in:
Yukihiro Matsumoto
2012-05-17 12:25:34 +09:00
parent 3e3a8c18b9
commit cc4b2c5c6a
+1 -1
View File
@@ -70,4 +70,4 @@ $(RLIB) : $(MRBS)
.PHONY : clean
clean :
@echo "make: removing targets, objects and depend files of `pwd`"
-rm -f $(MRBC) $(MLIB) $(CLIB) $(RLIB) $(DLIB) $(DEPLIB)
-rm -f $(MRBC) $(MLIB) $(CLIB) $(RLIB) $(DLIB) $(DEPLIB) $(LIBR)