1
0
mirror of synced 2026-04-30 05:36:39 +00:00

docs: Makefile tidying

examples and dots are now orthogonal.
This commit is contained in:
Krystine Sherwin
2024-10-07 21:56:23 +13:00
parent 2e1181a092
commit 468a019c30
12 changed files with 35 additions and 22 deletions

View File

@@ -2,9 +2,10 @@ PROGRAM_PREFIX :=
YOSYS ?= ../../../../$(PROGRAM_PREFIX)yosys
.PHONY: all dots
all: dots
.PHONY: all dots examples
all: dots examples
dots: scrambler_p01.dot scrambler_p02.dot
examples:
scrambler_p01.dot scrambler_p02.dot: scrambler.ys scrambler.v
$(YOSYS) scrambler.ys