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
certified/1.8.6
Russell Bryant 15 years ago
parent 2b01c7b185
commit e9184b8dbe

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

Loading…
Cancel
Save