Merge pull request #77 from bovi/master

make clean doesn't clean complete
This commit is contained in:
Yukihiro "Matz" Matsumoto
2012-04-30 07:16:31 -07:00
+2 -2
View File
@@ -9,6 +9,7 @@ MLIB := $(TARGET).o
CLIB := $(TARGET).c
DLIB := $(TARGET).ctmp
RLIB := $(TARGET).rbtmp
DEPLIB := $(TARGET).d
MRB1 := $(BASEDIR)/*.rb
MRBS := $(MRB1)
@@ -62,6 +63,5 @@ $(RLIB) : $(MRBS)
.PHONY : clean
clean :
@echo "make: removing targets, objects and depend files of `pwd`"
-rm -f $(MRBC) $(MLIB) $(CLIB) $(RLIB) $(DLIB)
-rm -f $(OBJS:.o=.d)
-rm -f $(MRBC) $(MLIB) $(CLIB) $(RLIB) $(DLIB) $(DEPLIB)