Skip to content

Commit c606936

Browse files
committed
scripts: rename gui.tcl to open.tcl
Signed-off-by: Øyvind Harboe <[email protected]>
1 parent a98d00f commit c606936

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

flow/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -573,7 +573,7 @@ endef
573573
define OPEN_GUI
574574
.PHONY: open_$(1) gui_$(1)
575575
open_$(1):
576-
$(2)=$(RESULTS_DIR)/$(1) $(OPENROAD_NO_EXIT_CMD) $(SCRIPTS_DIR)/gui.tcl
576+
$(2)=$(RESULTS_DIR)/$(1) $(OPENROAD_NO_EXIT_CMD) $(SCRIPTS_DIR)/open.tcl
577577
gui_$(1):
578578
$$(UNSET_AND_MAKE) GUI_SHOW=1 open_$(1)
579579
endef

0 commit comments

Comments
 (0)