commit | a89da3c73ca47767a34972db86a1802c2e95f16b | [log] [tgz] |
---|---|---|
author | manarabdelaty <manarabdelatty@aucegypt.edu> | Mon Sep 20 21:48:00 2021 +0200 |
committer | manarabdelaty <manarabdelatty@aucegypt.edu> | Mon Sep 20 21:48:00 2021 +0200 |
tree | e40baf458fb9690a030443f2204cd8f877c437e9 | |
parent | b8cf41ca1d08f55e296ab54a2fb8f99171b21a8b [diff] |
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