mirror of https://github.com/VLSIDA/OpenRAM.git
Keep Making if encounter errors.
This commit is contained in:
parent
90be96cfe5
commit
4a3a0c2c03
|
|
@ -1,13 +1,10 @@
|
|||
SUBDIRS := $(wildcard */.)
|
||||
SUBDIRSCLEAN=$(addsuffix clean,$(SUBDIRS))
|
||||
|
||||
MAKEFLAGS += -j 2
|
||||
OPTS = -k
|
||||
|
||||
all: $(SUBDIRS)
|
||||
|
||||
$(SUBDIRS):
|
||||
$(MAKE) $(OPTS) -C $@
|
||||
$(MAKE) -k -C $@
|
||||
|
||||
clean:
|
||||
for dir in $(SUBDIRS); do \
|
||||
|
|
|
|||
Loading…
Reference in New Issue