randomwalk/build-web.sh

2 lines
138 B
Bash
Raw Permalink Normal View History

#!/bin/bash
2024-08-07 23:22:26 +02:00
/usr/lib/emscripten/em++ -std=c++26 --use-port=sdl2 -O2 --shell-file emscripten_shell.html -sASSERTIONS -o index.html main.cpp