diff --git a/conditor-dumps/Makefile b/conditor-dumps/Makefile index da8de32..b4e7c5c 100644 --- a/conditor-dumps/Makefile +++ b/conditor-dumps/Makefile @@ -1,5 +1,5 @@ NPROCS = $(shell grep -c 'processor' /proc/cpuinfo) -MAKEFLAGS += -j$(NPROCS) --max-load=$(NPROCS) +MAKEFLAGS += --keep-going -j$(NPROCS) --max-load=$(NPROCS) # This ensures the next time you run Make, it’ll properly re-run the failed # rule, and guards against broken files. # See https://tech.davis-hansson.com/p/make/#change-some-make-defaults