Add -j 2 for top level Makefile.

This commit is contained in:
Matt Guthaus
2018-02-22 11:15:47 -08:00
parent 23f06bfa9a
commit cf4e8ce880
+2
View File
@@ -1,6 +1,8 @@
SUBDIRS := $(wildcard */.)
SUBDIRSCLEAN=$(addsuffix clean,$(SUBDIRS))
MAKEFLAGS += -j 2
all: $(SUBDIRS)
$(SUBDIRS):