This commit is contained in:
2026-02-24 15:58:17 +01:00
parent d6d7ed02bb
commit 497e218eb9
10 changed files with 105 additions and 57 deletions
+3 -1
View File
@@ -2,4 +2,6 @@ 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
cd ./out
./debug.bin
cd ..