diff options
| author | Yukihiro Matsumoto <[email protected]> | 2012-05-17 12:25:34 +0900 |
|---|---|---|
| committer | Yukihiro Matsumoto <[email protected]> | 2012-05-17 12:25:34 +0900 |
| commit | cc4b2c5c6a7085d8da9591b3da627bf27fe1f7b5 (patch) | |
| tree | aea564b873ff568c34944526979f55c8b49ab312 | |
| parent | 3e3a8c18b941c4c6518e59a39c6cb5a6b36fd452 (diff) | |
| download | mruby-cc4b2c5c6a7085d8da9591b3da627bf27fe1f7b5.tar.gz mruby-cc4b2c5c6a7085d8da9591b3da627bf27fe1f7b5.zip | |
add rule to clean libmruby.a from mrblib/Makefile
| -rw-r--r-- | mrblib/Makefile | 2 |
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) |
