5 lines
180 B
Bash
Executable File
5 lines
180 B
Bash
Executable File
git update-index --assume-unchanged "Adventures in Lestoria/packkey.cpp"
|
|
clear
|
|
source ./emsdk/emsdk_env.sh
|
|
emcmake cmake -DCMAKE_BUILD_TYPE=Debug -D_DEBUG=1 .
|
|
cmake --build . -j 20 |