a bunch of shit

This commit is contained in:
2026-02-13 22:53:09 +01:00
parent 0c1541e98c
commit 7c03b1b81d
11 changed files with 242 additions and 40 deletions
+5
View File
@@ -0,0 +1,5 @@
g++ -c src/*.cpp -IC:\\common\include -Iinclude/
g++ -c src/renderer/*.cpp -IC:\\common\include -Iinclude/
g++ *.o -LC:\\common\lib -lSDL3 -o out\debug.exe
del .\*.o
.\out\debug.exe