mirror of
https://github.com/MichaelFisher1997/opengl-cpp.git
synced 2025-11-24 02:54:07 +00:00
added build-run script and gitignore
This commit is contained in:
4
build-run.sh
Executable file
4
build-run.sh
Executable file
@@ -0,0 +1,4 @@
|
|||||||
|
#!/usr/bin/env bash
|
||||||
|
mkdir -p build
|
||||||
|
g++ src/*.cpp -o build/opengl -lSDL2
|
||||||
|
./build/opengl
|
||||||
Reference in New Issue
Block a user