Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
mattvenn committed Apr 24, 2023
1 parent 9f45516 commit c83c92b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openlane/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ list:

.PHONY: $(designs)
$(designs) : export current_design=$@
$(designs) : % : ./%/config.tcl
$(designs) : % : ./%/config.json
ifneq (,$(wildcard ./$(current_design)/interactive.tcl))
$(docker_run) \
$(OPENLANE_IMAGE_NAME) sh -c $(openlane_cmd_interactive)
Expand Down

0 comments on commit c83c92b

Please sign in to comment.