mirror of
				https://github.com/enpaul/peewee-plus.git
				synced 2025-11-04 09:16:47 +00:00 
			
		
		
		
	Add local pycache to clean target
This commit is contained in:
		
							
								
								
									
										1
									
								
								Makefile
									
									
									
									
									
								
							
							
						
						
									
										1
									
								
								Makefile
									
									
									
									
									
								
							@@ -20,6 +20,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
 | 
				
			||||||
 | 
						find ./ -type d -name __pycache__ -prune -exec rm --recursive --force {} \;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
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