Remove whitespace in OPENRAM_TMP

This commit is contained in:
Eren Dogan 2023-01-22 18:21:18 -08:00
parent c613693399
commit 050eaf53fc
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ export PDK_ROOT
UID = $(shell id -u)
GID = $(shell id -g)
export OPENRAM_TMP=$(OPENRAM_DIR)/results/$*/tmp
export OPENRAM_TMP=$(OPENRAM_DIR)/results/$*/tmp
export DOCKER_CMD= docker run \
-v $(TOP_DIR):/openram \
-v $(FREEPDK45):/freepdk45 \