Skip to content

Commit a160275

Browse files
authored
Merge pull request #2646 from Pinata-Consulting/makefile-run-make-dirs
makefile: run can need any of these folders
2 parents da9c2af + 33033d9 commit a160275

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

flow/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1053,6 +1053,7 @@ klayout:
10531053

10541054
.phony: run
10551055
run:
1056+
@mkdir -p $(RESULTS_DIR) $(LOG_DIR) $(REPORTS_DIR) $(OBJECTS_DIR)
10561057
($(OPENROAD_CMD) -no_splash $(if $(filter %.py,$(RUN_SCRIPT)),-python) $(RUN_SCRIPT) 2>&1 | tee $(abspath $(LOG_DIR)/run.log))
10571058

10581059
# Utilities

0 commit comments

Comments
 (0)