add core.* files to "make clean" target

pull/6/head
Richard Fuchs 12 years ago
parent 8e11a60c72
commit 91cae48c2c

@ -63,7 +63,7 @@ debug:
dep: .depend
clean:
rm -f $(OBJS) rtpengine .depend core
rm -f $(OBJS) rtpengine .depend core core.*
.depend: $(SRCS) Makefile
$(CC) $(CFLAGS) -M $(SRCS) | sed -e 's/:/ .depend:/' > .depend

Loading…
Cancel
Save