diff --git a/Makefile.am b/Makefile.am index e3634faf18..42c43d120b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -287,6 +287,7 @@ sure: update-clean all speedy-sure: update-clean $(MAKE) -j core + cd libs/sofia-sip && $(MAKE) -j $(MAKE) -j modules current: update-clean @@ -294,6 +295,11 @@ current: update-clean $(MAKE) all $(MAKE) install +speedy-current: update-clean + svn update + $(MAKE) speedy-sure + $(MAKE) install + wayclean: clean modules: libfreeswitch.la