Skip to content

Commit

Permalink
Docs: Make code_examples/extensions parallel safe
Browse files Browse the repository at this point in the history
  • Loading branch information
KrystalDelusion committed Oct 16, 2024
1 parent bc77575 commit e9d9e92
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/code_examples/extensions/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit e9d9e92

Please sign in to comment.