mirror of
https://github.com/YosysHQ/yosys.git
synced 2026-09-01 10:39:10 +02:00
Docs: updating makefiles
This commit is contained in:
@@ -9,6 +9,8 @@ YOSYS ?= ../../../../$(PROGRAM_PREFIX)yosys
|
||||
|
||||
DOTS = $(addsuffix .dot,$(TARGETS))
|
||||
|
||||
.PHONY: all dots
|
||||
all: dots
|
||||
dots: $(DOTS)
|
||||
|
||||
%.dot: %.v %.ys
|
||||
|
||||
Reference in New Issue
Block a user