mirror of
https://github.com/MichaelFisher1997/opengl-cpp.git
synced 2025-04-27 22:23:10 +00:00
5 lines
87 B
Bash
5 lines
87 B
Bash
![]() |
#!/usr/bin/env bash
|
||
|
mkdir -p build
|
||
|
g++ src/*.cpp -o build/opengl -lSDL2
|
||
|
./build/opengl
|