diff options
| author | Yuichiro MASUI <[email protected]> | 2012-04-23 03:06:01 +0900 |
|---|---|---|
| committer | Yuichiro MASUI <[email protected]> | 2012-04-23 03:06:01 +0900 |
| commit | f9d4a5a02b206a2020738ce09049d2a220ebe1d4 (patch) | |
| tree | 18460b9f55dbc03f9c50c5ad5db1a627d8004b26 /mrblib | |
| parent | 2b9ed5acd140a95b3178b40eaf698955d7ff21eb (diff) | |
| download | mruby-f9d4a5a02b206a2020738ce09049d2a220ebe1d4.tar.gz mruby-f9d4a5a02b206a2020738ce09049d2a220ebe1d4.zip | |
Fixed to forget to remove some files on 'make clean'
Diffstat (limited to 'mrblib')
| -rw-r--r-- | mrblib/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mrblib/Makefile b/mrblib/Makefile index 0192ec941..8fc808cc4 100644 --- a/mrblib/Makefile +++ b/mrblib/Makefile @@ -59,5 +59,6 @@ $(RLIB) : $(MRBS) .PHONY : clean clean : -rm -f $(MRBC) $(MLIB) $(CLIB) $(RLIB) $(DLIB) + -rm -f $(patsubst %.c,%.o,$(EXCEPT1)) $(patsubst %.c,%.d,$(EXCEPT1)) @echo "make: removing targets, objects and depend files of `pwd`" |
