mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-10-28 10:19:26 +00:00 
			
		
		
		
	Docs: Make code_examples/extensions parallel safe
This commit is contained in:
		
							parent
							
								
									bc77575c22
								
							
						
					
					
						commit
						e9d9e92804
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -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) | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue