mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-11-03 21:09:12 +00:00 
			
		
		
		
	Fixed "make clean" for manual files
This commit is contained in:
		
							parent
							
								
									3bb1996151
								
							
						
					
					
						commit
						d815f1c770
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		
							
								
								
									
										2
									
								
								Makefile
									
										
									
									
									
								
							
							
						
						
									
										2
									
								
								Makefile
									
										
									
									
									
								
							| 
						 | 
				
			
			@ -106,7 +106,7 @@ manual:
 | 
			
		|||
clean:
 | 
			
		||||
	rm -f $(OBJS) $(GENFILES) $(TARGETS)
 | 
			
		||||
	rm -f libs/*/*.d frontends/*/*.d passes/*/*.d backends/*/*.d kernel/*.d
 | 
			
		||||
	cd manual && rm *.aux *.bbl *.blg *.idx *.log *.out *.pdf *.toc
 | 
			
		||||
	cd manual && rm -f *.aux *.bbl *.blg *.idx *.log *.out *.pdf *.toc
 | 
			
		||||
	test ! -f libs/svgviewer/Makefile || make -C libs/svgviewer distclean
 | 
			
		||||
 | 
			
		||||
mrproper: clean
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue