add some make targets

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7356 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Anthony Minessale 2008-01-25 18:07:24 +00:00
parent c1d6ae81e7
commit 2f68a378e9
1 changed files with 8 additions and 2 deletions

View File

@ -279,8 +279,14 @@ everything: install
installall: install
sure: clean modwipe uninstall
$(MAKE) -j install
update-clean: clean modwipe uninstall
cd libs/sofia-sip && $(MAKE) clean
sure: update-clean all
speedy-sure: update-clean
$(MAKE) -j core
$(MAKE) -j modules
wayclean: clean