summaryrefslogtreecommitdiffhomepage
path: root/mrblib
diff options
context:
space:
mode:
authorYukihiro Matsumoto <[email protected]>2012-05-17 12:25:34 +0900
committerYukihiro Matsumoto <[email protected]>2012-05-17 12:25:34 +0900
commitcc4b2c5c6a7085d8da9591b3da627bf27fe1f7b5 (patch)
treeaea564b873ff568c34944526979f55c8b49ab312 /mrblib
parent3e3a8c18b941c4c6518e59a39c6cb5a6b36fd452 (diff)
downloadmruby-cc4b2c5c6a7085d8da9591b3da627bf27fe1f7b5.tar.gz
mruby-cc4b2c5c6a7085d8da9591b3da627bf27fe1f7b5.zip
add rule to clean libmruby.a from mrblib/Makefile
Diffstat (limited to 'mrblib')
-rw-r--r--mrblib/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/mrblib/Makefile b/mrblib/Makefile
index f56d00b5a..a91f4ce24 100644
--- a/mrblib/Makefile
+++ b/mrblib/Makefile
@@ -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)