mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-25 10:05:33 +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
|
@ -2,9 +2,10 @@ PROGRAM_PREFIX :=
|
|||
|
||||
YOSYS ?= ../../../../$(PROGRAM_PREFIX)yosys
|
||||
|
||||
.PHONY: all dots
|
||||
all: dots test0.log test1.log test2.log
|
||||
.PHONY: all dots examples
|
||||
all: dots examples
|
||||
dots: test1.dot
|
||||
examples: test0.log test1.log test2.log
|
||||
|
||||
CXXFLAGS=$(shell $(YOSYS)-config --cxxflags)
|
||||
DATDIR=$(shell $(YOSYS)-config --datdir)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue