mirror of https://github.com/VLSIDA/OpenRAM.git
Add -j 2 for top level Makefile.
This commit is contained in:
parent
23f06bfa9a
commit
cf4e8ce880
|
|
@ -1,6 +1,8 @@
|
|||
SUBDIRS := $(wildcard */.)
|
||||
SUBDIRSCLEAN=$(addsuffix clean,$(SUBDIRS))
|
||||
|
||||
MAKEFLAGS += -j 2
|
||||
|
||||
all: $(SUBDIRS)
|
||||
|
||||
$(SUBDIRS):
|
||||
|
|
|
|||
Loading…
Reference in New Issue