mirror of
https://github.com/Relintai/programming_tutorials.git
synced 2025-05-03 22:28:01 +02:00
3 lines
103 B
Bash
3 lines
103 B
Bash
|
|
g++ main.cpp -o ./bin/game.exe -Ilibs/SDL2-mingw/include -Llibs/SDL2-mingw/lib/x64 -lSDL2 -lSDL2main
|