mirror of
https://github.com/MichaelFisher1997/opengl-cpp.git
synced 2025-04-27 14:13:10 +00:00
added build-run script and gitignore
This commit is contained in:
parent
19c7eb81d1
commit
d89c5c930e
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
|
Loading…
x
Reference in New Issue
Block a user