This website works better with JavaScript.
Home
Explore
Help
Sign In
RuhNetConsulting
/
rtpengine
mirror of
https://github.com/sipwise/rtpengine
Watch
1
Star
1
Fork
0
Code
Issues
0
Projects
0
Releases
822
Wiki
Activity
Browse Source
add core.* files to "make clean" target
pull/6/head
Richard Fuchs
12 years ago
parent
8e11a60c72
commit
91cae48c2c
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
Write
Preview
Loading…
Cancel
Save