mirror of
				https://github.com/Ed94/HandmadeHero.git
				synced 2025-10-31 06:50:54 -07:00 
			
		
		
		
	Updated clean script
This commit is contained in:
		| @@ -2,6 +2,12 @@ clear-host | |||||||
| $path_root = git rev-parse --show-toplevel | $path_root = git rev-parse --show-toplevel | ||||||
|  |  | ||||||
| $path_project      = join-path $path_root "project" | $path_project      = join-path $path_root "project" | ||||||
|  | $path_build 	   = join-path $path_project "build" | ||||||
| $path_dependencies = join-path $path_project "dependencies" | $path_dependencies = join-path $path_project "dependencies" | ||||||
|  |  | ||||||
| Remove-Item $path_dependencies -Recurse | if ( Test-Path $path_dependencies ) { | ||||||
|  | 	Remove-Item $path_dependencies -Recurse | ||||||
|  | } | ||||||
|  | if ( Test-Path $path_project ) { | ||||||
|  | 	Remove-Item $path_build -Recurse | ||||||
|  | } | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user