mirror of https://github.com/VLSIDA/OpenRAM.git
Add top-level Makefile for all technologies.
This commit is contained in:
parent
2245ecffa0
commit
0e53cdd4e1
|
|
@ -0,0 +1,7 @@
|
|||
SUBDIRS := $(wildcard */.)
|
||||
|
||||
all: $(SUBDIRS)
|
||||
$(SUBDIRS):
|
||||
$(MAKE) -C $@
|
||||
|
||||
.PHONY: all $(SUBDIRS)
|
||||
Loading…
Reference in New Issue