Skip to content

Commit 0dbabca

Browse files
authored
Merge pull request #2361 from Pinata-Consulting/makefile-run
Makefile: add run script target
2 parents b1be9ff + 0eaec59 commit 0dbabca

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

flow/Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1152,6 +1152,10 @@ test-unset-and-make-%: ; $(UNSET_AND_MAKE) $*
11521152
klayout:
11531153
$(KLAYOUT_CMD)
11541154

1155+
.phony: run
1156+
run:
1157+
$(OPENROAD_CMD) -no_splash $(RUN_SCRIPT)
1158+
11551159
# Utilities
11561160
#-------------------------------------------------------------------------------
11571161
include $(UTILS_DIR)/utils.mk

0 commit comments

Comments
 (0)