Skip to content

Commit 359fe9d

Browse files
committed
force to remove mrblib/mrblib.d
1 parent 1f87caa commit 359fe9d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mrblib/Makefile

+1
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ $(RLIB) : $(MRBS)
5959
.PHONY : clean
6060
clean :
6161
-rm -f $(MRBC) $(MLIB) $(CLIB) $(RLIB) $(DLIB)
62+
-rm -f $(patsubst %.c,%.d,$(CLIB))
6263
-rm -f $(patsubst %.c,%.o,$(EXCEPT1)) $(patsubst %.c,%.d,$(EXCEPT1))
6364
@echo "make: removing targets, objects and depend files of `pwd`"
6465

0 commit comments

Comments
 (0)