mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
Merge pull request #42 from takahashim/fix-clean-mrblib
Force to remove mrblib/mrblib.d
This commit is contained in:
@@ -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`"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user