mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-11-03 21:09:12 +00:00 
			
		
		
		
	Docs: Don't delete source/cell on make clean
This commit is contained in:
		
							parent
							
								
									e78841ba45
								
							
						
					
					
						commit
						11d2cbced2
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -47,7 +47,7 @@ help:
 | 
				
			||||||
.PHONY: clean
 | 
					.PHONY: clean
 | 
				
			||||||
clean: clean-examples
 | 
					clean: clean-examples
 | 
				
			||||||
	rm -rf $(BUILDDIR)/*
 | 
						rm -rf $(BUILDDIR)/*
 | 
				
			||||||
	rm -rf source/cell source/cmd util/__pycache__
 | 
						rm -rf source/cmd util/__pycache__
 | 
				
			||||||
	rm -rf source/generated
 | 
						rm -rf source/generated
 | 
				
			||||||
	$(MAKE) -C source/_images clean
 | 
						$(MAKE) -C source/_images clean
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue