7 lines
186 B
PowerShell
Executable File
7 lines
186 B
PowerShell
Executable File
git update-index --assume-unchanged "Adventures in Lestoria/packkey.cpp"
|
|
clear
|
|
mkdir bin
|
|
$ErrorActionPreference = "Stop"
|
|
|
|
emcmake cmake -DCMAKE_BUILD_TYPE=Release .
|
|
cmake --build . -j 20 |