This commit is contained in:
kareem 2022-02-24 13:32:36 -08:00
parent 8507bcf1ee
commit b7904e08ae
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ openlane: check-openlane-env
git clone https://github.com/The-OpenROAD-Project/OpenLane --branch=$(OPENLANE_TAG) --depth=1 $(OPENLANE_ROOT) && \
cd $(OPENLANE_ROOT) && \
export OPENLANE_IMAGE_NAME=efabless/openlane:$(OPENLANE_TAG) && \
- export IMAGE_NAME=efabless/openlane:$(OPENLANE_TAG) && \
export IMAGE_NAME=efabless/openlane:$(OPENLANE_TAG) && \
$(MAKE) pull-openlane
.PHONY: check-openlane-env