Skip to content
Snippets Groups Projects
Commit e9184b8d authored by Russell Bryant's avatar Russell Bryant
Browse files

Remove object files from the channels/sip/ directory on make clean.

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@245597 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent 2b01c7b1
Branches
Tags
No related merge requests found
......@@ -64,6 +64,7 @@ endif
clean::
$(MAKE) -C misdn clean
if [ -f h323/Makefile ]; then $(MAKE) -C h323 clean; fi
rm -f sip/*.o
dist-clean::
rm -f h323/Makefile
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment