mirror of https://github.com/YosysHQ/yosys.git
Docs: Make code_examples/extensions parallel safe
This commit is contained in:
parent
bc77575c22
commit
e9d9e92804
|
@ -4,8 +4,8 @@ YOSYS ?= ../../../../$(PROGRAM_PREFIX)yosys
|
||||||
|
|
||||||
.PHONY: all dots examples
|
.PHONY: all dots examples
|
||||||
all: dots examples
|
all: dots examples
|
||||||
dots: test1.dot
|
dots: test1.dot my_cmd.so
|
||||||
examples: test0.log test1.log test2.log
|
examples: test0.log test1.log test2.log my_cmd.so
|
||||||
|
|
||||||
CXXFLAGS=$(shell $(YOSYS)-config --cxxflags)
|
CXXFLAGS=$(shell $(YOSYS)-config --cxxflags)
|
||||||
DATDIR=$(shell $(YOSYS)-config --datdir)
|
DATDIR=$(shell $(YOSYS)-config --datdir)
|
||||||
|
|
Loading…
Reference in New Issue