Update Makefile to export CARAVEL_ROOT before running openlane
diff --git a/Makefile b/Makefile index 9499e75..188e997 100644 --- a/Makefile +++ b/Makefile
@@ -67,7 +67,7 @@ BLOCKS = $(shell cd openlane && find * -maxdepth 0 -type d) .PHONY: $(BLOCKS) $(BLOCKS): %: - cd openlane && $(MAKE) $* + export CARAVEL_ROOT=$(CARAVEL_ROOT) && cd openlane && $(MAKE) $* # Install caravel .PHONY: install