mirror of
https://github.com/acidicoala/SmokeAPI.git
synced 2024-11-16 00:12:57 +00:00
9 lines
132 B
PowerShell
9 lines
132 B
PowerShell
# Usage:
|
|
# PS ..\SmokeAPI> .\build.ps1 64 Debug
|
|
|
|
Set-Location (Get-Item $PSScriptRoot)
|
|
|
|
. ./KoalaBox/build.ps1 @args
|
|
|
|
Build-Project
|