Docs: updating makefiles

This commit is contained in:
Krystine Sherwin
2024-01-25 12:35:03 +13:00
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