mirror of
https://github.com/Ed94/HandmadeHero.git
synced 2024-11-13 21:04:51 -08:00
6 lines
115 B
PowerShell
6 lines
115 B
PowerShell
$clean = join-path $PSScriptRoot 'clean.ps1'
|
|
$build = join-path $PSScriptRoot 'build.ps1'
|
|
|
|
& $clean
|
|
& $build @args
|