diff --git a/Makefile b/Makefile index f644b38af3..288cb2ec88 100644 --- a/Makefile +++ b/Makefile @@ -13,7 +13,7 @@ SUBDIRS := $(shell find */* -name "Makefile" | xargs --max-args=1 dirname) subdirs: $(SUBDIRS) $(SUBDIRS): - $(MAKE) -C $@ + $(MAKE) -k -C $@ || true # ----------------------------------------------------------------------------- # Handle local menus