SmokeAPI/build.ps1

9 lines
132 B
PowerShell
Raw Normal View History

2022-05-09 13:52:27 +00:00
# Usage:
# PS ..\SmokeAPI> .\build.ps1 64 Debug
2022-05-08 23:28:43 +00:00
Set-Location (Get-Item $PSScriptRoot)
. ./KoalaBox/build.ps1 @args
Build-Project