mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-26 18:45:34 +00:00
docs: Makefile tidying
examples and dots are now orthogonal.
This commit is contained in:
parent
2e1181a092
commit
468a019c30
12 changed files with 35 additions and 22 deletions
|
@ -4,8 +4,10 @@ YOSYS ?= ../../../../$(PROGRAM_PREFIX)yosys
|
|||
|
||||
DOTS = counter_00.dot counter_01.dot counter_02.dot counter_03.dot
|
||||
|
||||
all: dots
|
||||
.PHONY: all dots examples
|
||||
all: dots examples
|
||||
dots: $(DOTS)
|
||||
examples:
|
||||
|
||||
$(DOTS): counter.v counter.ys mycells.lib
|
||||
$(YOSYS) counter.ys
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue