mirror of
https://github.com/VLSIDA/OpenRAM.git
synced 2026-08-29 01:24:39 +02:00
Adjust makefiles to continue on error. Turned on DRC/LVS to check for errors.
This commit is contained in:
+2
-1
@@ -2,11 +2,12 @@ SUBDIRS := $(wildcard */.)
|
||||
SUBDIRSCLEAN=$(addsuffix clean,$(SUBDIRS))
|
||||
|
||||
MAKEFLAGS += -j 2
|
||||
OPTS = -k
|
||||
|
||||
all: $(SUBDIRS)
|
||||
|
||||
$(SUBDIRS):
|
||||
$(MAKE) -C $@
|
||||
$(MAKE) $(OPTS) -C $@
|
||||
|
||||
clean:
|
||||
for dir in $(SUBDIRS); do \
|
||||
|
||||
Reference in New Issue
Block a user