diff --git a/Makefile.am b/Makefile.am index f259009432..58905c0c11 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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