added build-run script and gitignore

This commit is contained in:
MichaelFisher1997 2025-01-05 02:05:52 +00:00
parent 19c7eb81d1
commit d89c5c930e

4
build-run.sh Executable file
View File

@ -0,0 +1,4 @@
#!/usr/bin/env bash
mkdir -p build
g++ src/*.cpp -o build/opengl -lSDL2
./build/opengl