randomwalk/build-web.sh
2024-08-07 23:22:26 +02:00

2 lines
No EOL
138 B
Bash
Executable file

#!/bin/bash
/usr/lib/emscripten/em++ -std=c++26 --use-port=sdl2 -O2 --shell-file emscripten_shell.html -sASSERTIONS -o index.html main.cpp