mirror of
				https://github.com/enpaul/tox-poetry-installer.git
				synced 2025-11-04 07:46:06 +00:00 
			
		
		
		
	Fix clean target not deleting pycache
This commit is contained in:
		
							
								
								
									
										2
									
								
								Makefile
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								Makefile
									
									
									
									
									
								
							@@ -19,7 +19,7 @@ clean-py:
 | 
				
			|||||||
	rm --recursive --force ./dist
 | 
						rm --recursive --force ./dist
 | 
				
			||||||
	rm --recursive --force ./build
 | 
						rm --recursive --force ./build
 | 
				
			||||||
	rm --recursive --force ./*.egg-info
 | 
						rm --recursive --force ./*.egg-info
 | 
				
			||||||
	rm --recursive --force __pycache__/
 | 
						rm --recursive --force ./**/__pycache__/
 | 
				
			||||||
 | 
					
 | 
				
			||||||
clean: clean-tox clean-py; ## Clean temp build/cache files and directories
 | 
					clean: clean-tox clean-py; ## Clean temp build/cache files and directories
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user