This commit is contained in:
2025-03-21 16:37:24 -05:00
parent fb466a6fb9
commit 3603aa5f33

View File

@@ -37,6 +37,8 @@
g++ \ g++ \
src/*.cpp \ src/*.cpp \
-I src -I include -I utils \ -I src -I include -I utils \
-DRENDERER_OPENGL \
-DWINDOW_GLFW \
-Wall \ -Wall \
-o $name -o $name
''; '';