Browse Source

add core.* files to "make clean" target

pull/6/head
Richard Fuchs 12 years ago
parent
commit
91cae48c2c
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      daemon/Makefile

+ 1
- 1
daemon/Makefile View File

@ -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