Docs: Make code_examples/extensions parallel safe

This commit is contained in:
Krystine Sherwin 2024-10-17 04:40:21 +13:00
parent bc77575c22
commit e9d9e92804
No known key found for this signature in database
1 changed files with 2 additions and 2 deletions

View File

@ -4,8 +4,8 @@ YOSYS ?= ../../../../$(PROGRAM_PREFIX)yosys
.PHONY: all dots examples
all: dots examples
dots: test1.dot
examples: test0.log test1.log test2.log
dots: test1.dot my_cmd.so
examples: test0.log test1.log test2.log my_cmd.so
CXXFLAGS=$(shell $(YOSYS)-config --cxxflags)
DATDIR=$(shell $(YOSYS)-config --datdir)