We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f87caa commit 359fe9dCopy full SHA for 359fe9d
mrblib/Makefile
@@ -59,6 +59,7 @@ $(RLIB) : $(MRBS)
59
.PHONY : clean
60
clean :
61
-rm -f $(MRBC) $(MLIB) $(CLIB) $(RLIB) $(DLIB)
62
+ -rm -f $(patsubst %.c,%.d,$(CLIB))
63
-rm -f $(patsubst %.c,%.o,$(EXCEPT1)) $(patsubst %.c,%.d,$(EXCEPT1))
64
@echo "make: removing targets, objects and depend files of `pwd`"
65
0 commit comments