mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-10 16:13:26 +00:00
Docs: updating makefiles
This commit is contained in:
parent
62d2f89c74
commit
6e38848b92
14 changed files with 53 additions and 18 deletions
|
@ -9,6 +9,8 @@ YOSYS ?= ../../../../$(PROGRAM_PREFIX)yosys
|
|||
|
||||
DOTS = $(addsuffix .dot,$(TARGETS))
|
||||
|
||||
.PHONY: all dots
|
||||
all: dots
|
||||
dots: $(DOTS)
|
||||
|
||||
%.dot: %.v %.ys
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue