SmokeAPI/build.ps1
2022-05-09 16:52:27 +03:00

9 lines
132 B
PowerShell

# Usage:
# PS ..\SmokeAPI> .\build.ps1 64 Debug
Set-Location (Get-Item $PSScriptRoot)
. ./KoalaBox/build.ps1 @args
Build-Project