8a3913c74c
https://wiki.libsdl.org/SDL2/README/emscripten was still up-to-date
2 lines
No EOL
108 B
Bash
Executable file
2 lines
No EOL
108 B
Bash
Executable file
#!/bin/bash
|
|
clang++ -Wall -std=c++26 -O2 -g -o main main.cpp -fuse-ld=mold `pkg-config --libs --cflags sdl2` |