This commit is contained in:
2026-03-07 09:49:00 +10:00
parent 57433d688a
commit 4839dd8eb2
9 changed files with 9879 additions and 0 deletions

4
Makefile Normal file
View File

@@ -0,0 +1,4 @@
run:
g++ *.c *.cpp -o app -lglfw -lGL && ./app
build:
g++ *.c *.cpp -o app -lglfw -lGL