initial commit

This commit is contained in:
2026-02-12 19:55:21 +01:00
commit 5cd6abdd48
11 changed files with 389 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
clang++ -c src/*.cpp -I/opt/homebrew/include -Iinclude/
clang++ -c src/**/*.cpp -I/opt/homebrew/include -Iinclude/
clang++ *.o -L/opt/homebrew/lib -Wl,-rpath,/opt/homebrew/lib -lSDL3 -o out/debug.bin
rm ./*.o
./out/debug.bin