Remove duplicate mount target

This commit is contained in:
mrg 2022-06-14 12:08:56 -07:00
parent 956fac2cec
commit 69bb6826dc
1 changed files with 0 additions and 11 deletions

View File

@ -74,17 +74,6 @@ scn4m_subm: $(SCN4M_SUBM_STAMPS)
vlsida/openram-ubuntu:latest \
python3 -u /openram/compiler/openram.py $(OPENRAM_OPTS) -o $* -p /openram/macros/$* /openram/macros/$< && touch $@
mount:
docker run -it -v $(TOP_DIR):/openram \
-v $(SKY130_PDK):$(SKY130_PDK) \
-e PDK_ROOT=$(PDK_ROOT) \
-e OPENRAM_HOME=/openram/compiler \
-e OPENRAM_TECH=/openram/technology \
--user $(UID):$(GID) \
vlsida/openram-ubuntu:latest
.PHONY: mount
.DELETE_ON_ERROR: $(STAMPS)
$(DIRS):