HandmadeHero/scripts/clean.ps1

8 lines
208 B
PowerShell
Raw Normal View History

2023-09-08 09:42:24 -07:00
clear-host
$path_root = git rev-parse --show-toplevel
$path_project = join-path $path_root "project"
$path_dependencies = join-path $path_project "dependencies"
Remove-Item $path_dependencies -Recurse